playing with taco town level, need to roll back to just level design next though

This commit is contained in:
2025-07-15 22:34:04 -05:00
parent 2a39a6fe90
commit e3ad39f206
6 changed files with 59 additions and 271 deletions

View File

@@ -143,7 +143,7 @@ func die():
gamemode.apply_weapon_penalty()
if GameGlobals.player_deaths:
GameGlobals.player_deaths += 1
SaveLoad.save_user_data()
#SaveLoad.save_user_data()
var deadmsg = DEAD_ANNOUNCE.instantiate()
get_parent().add_child(deadmsg)
var instance_dead = DEAD_PLAYER.instantiate()