This commit is contained in:
Booklordofthedings 2024-08-18 12:14:27 +02:00
commit 9c73015b32
10 changed files with 115 additions and 26 deletions

View file

@ -70,3 +70,7 @@ func Jump():
func _on_hurtbox_body_entered(body: Node2D) -> void:
get_tree().reload_current_scene()
func _on_area_2d_body_entered(body):
print("Body entered")