Cmall fixes

This commit is contained in:
Rendo 2025-12-12 14:04:56 +05:00
commit de1ab2bb53
3 changed files with 14 additions and 15 deletions

View file

@ -3,7 +3,6 @@ extends WeaponState
@export var emptyable: bool
func _enter() -> void:
machine.animation_player.play(with_morphems("intro"))
machine.animation_player.animation_finished.connect(on_animation_finished)