Add debug menu option, misc. tweaks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user