-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Cocos2d has support for a mechanic called "layers". Supposedly, this would be overlayed on the screen and receive input. We could use this to implement the "Select Unit Action..." menu, instead of treating it as a game state.
Need to look into how to implement Layers and if they are a viable alternative to game states.