more fami stuff

This commit is contained in:
pennyrigate 2024-07-01 21:59:32 -04:00
parent fbac189239
commit 77f38526bc
11 changed files with 54 additions and 35 deletions

View file

@ -38,6 +38,7 @@ onready var head_sprite = $"%Head"
func _physics_process(delta: float) -> void:
print(global_position)
match state:
State.DEAD:
return
@ -171,4 +172,6 @@ func _on_animation_finished(anim_name: String) -> void:
"Beam":
state = State.STAND
"die":
pass
var map = Game.get_map()
var gover = load("res://menus/game_over.tscn").instance()
map.add_child(gover)