scaling objects or the player works

This commit is contained in:
Fabio 2024-08-18 02:48:09 +02:00
parent 2c08e2d99c
commit 138d4c2cfb
9 changed files with 95 additions and 27 deletions

View file

@ -64,3 +64,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")