fixed jump pad, started work on machete

This commit is contained in:
derek
2025-01-27 16:55:45 -06:00
parent f1c5b08c38
commit 61dad77f04
86 changed files with 1787 additions and 148 deletions

View File

@@ -170,8 +170,8 @@ func die():
get_tree().get_root().add_child(instance_dead)
instance_dead.camera.current = true
player.dead = true
player.toggle_hud(true)
player.gun.visible = false
player.toggle_hud(false)
player.visible = false
player.health_indicator.color = Color(0.471, 0, 0, 0)