boss start, some enemies

This commit is contained in:
Daniel Kauss Serna 2026-04-16 18:53:36 +02:00
parent 93968ff9fb
commit 66ecb04bd1
123 changed files with 1884 additions and 499 deletions

View file

@ -2,7 +2,8 @@ extends MaskAbility
func mask_ready():
super.mask_ready()
look_at(target_position)
if target_position.x < global_position.x:
scale.x = -1
func _on_animation_player_animation_finished(_anim_name: StringName) -> void:
queue_free()