stuff
This commit is contained in:
commit
9c73015b32
10 changed files with 115 additions and 26 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue