mantain mask, purple attack, star enemy

This commit is contained in:
Daniel Kauss Serna 2026-04-17 17:26:01 +02:00
parent 66ecb04bd1
commit e32ed2f53a
10 changed files with 213 additions and 18 deletions

View file

@ -11,7 +11,7 @@ func mask_ready():
star.from_player = from_player
star.target_position = target_position
if not from_player:
star.modulate = Color.BLACK
star.modulate = Color("#8888ff")
get_tree().current_scene.add_child(star)
star.mask_ready()
await get_tree().create_timer(0.05).timeout