Only allow for workers to harvest

This commit is contained in:
2024-01-28 14:26:39 +01:00
parent 5d96a02284
commit d0ad91d5b2
2 changed files with 21 additions and 4 deletions

View File

@@ -593,7 +593,7 @@ void imguiRender(float dt, void *userData) {
Game *game = ecs_singleton_get_mut(ECS, Game);
InputState *input = ecs_singleton_get_mut(ECS, InputState);
igShowDemoWindow(NULL);
//igShowDemoWindow(NULL);
igSetNextWindowSize((ImVec2){300, 400}, ImGuiCond_FirstUseEver);
igBegin("Debug Menu", NULL, 0);