Add debug menu option, misc. tweaks

This commit is contained in:
2024-02-13 12:57:29 +01:00
parent dc140027ed
commit 1e20d307ea
7 changed files with 19 additions and 11 deletions

View File

@@ -93,7 +93,7 @@ ecs_entity_t placeBuilding(Game *game, BuildingType type,
Health health = {
.startHP = 500.0f,
.hp = 500.0f,
.lastChanged = 1000.0f,
.lastChanged = -1000.0f,
};
switch (type) {
case BUILDING_KEEP: