add sounds, add logo

This commit is contained in:
2026-04-23 18:32:57 +03:00
parent 69babae913
commit f28f21d5b4
10 changed files with 122 additions and 3 deletions
+1
View File
@@ -405,6 +405,7 @@ func _take_hit(dmg: int) -> void:
_die()
func _play_kick_blend() -> void:
SFX.kick_enemy(get_parent())
if anim_player != null and anim_player.has_animation("kick"):
anim_player.stop()
anim_player.play("kick")