Clean up the debug UI so that it's not using the jank debug component I didn't use anyway.

This commit is contained in:
Zed A. Shaw 2025-06-01 11:10:25 -04:00
parent e8199a973c
commit b8d2d1870d
5 changed files with 22 additions and 36 deletions

View file

@ -57,12 +57,6 @@ namespace components {
std::string ai_goal_name;
};
struct Debug {
bool PATHS=false;
bool LIGHT=false;
bool FPS=false;
};
struct Weapon {
int damage = 0;
};