Skip to content

Commit

Permalink
Merge pull request #11 from Simon-Losier/audio
Browse files Browse the repository at this point in the history
build presets
  • Loading branch information
Simon-Losier authored Jul 13, 2023
2 parents 655fb93 + 37e47c3 commit 8c27472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion YATSS Game/Scenes/prefabs/enemy.gd
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ func take_damage(amount: float):
queue_free()

func _on_area_3d_body_entered(body: Node3D):
print("hit")
take_damage(1)

0 comments on commit 8c27472

Please sign in to comment.