hurt function no longer needed.

This commit is contained in:
Dustin 2025-04-14 21:38:40 -07:00
parent c17289f385
commit 3ab3f33abd

View File

@ -15,7 +15,7 @@ func _ready():
#func _process(delta): #func _process(delta):
# pass # pass
func _on_state_change_hurt(): #func _on_state_change_hurt():
print ("<---- Hey you called me to get hurt. Bruh.") # print ("<---- Hey you called me to get hurt. Bruh.")
transform = transform.translated(Vector2(-10,10)) # transform = transform.translated(Vector2(-10,10))
pass # pass