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:
parent
e8199a973c
commit
b8d2d1870d
5 changed files with 22 additions and 36 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue