Add feedback UI for selecting and placing units

This commit is contained in:
2023-11-23 12:21:25 +01:00
parent 0dc8046d8f
commit 5ff0fbb26f
4 changed files with 86 additions and 121 deletions

View File

@@ -73,7 +73,7 @@ void renderDebugPath(ecs_iter_t *it);
/**********************************
* Entity Systems
* Input systems
**********************************/
/*
@@ -83,4 +83,15 @@ void renderDebugPath(ecs_iter_t *it);
*/
void updatePlayerInput(ecs_iter_t *it);
/*
* Task:
* 0: Game (singleton)
* 0: InputState (singleton)
*/
void drawPlayerInputUI(ecs_iter_t *it);
/**********************************
* UI systems
**********************************/
#endif //PIXELDEFENSE_SYSTEMS_H