mantain mask, purple attack, star enemy
This commit is contained in:
parent
66ecb04bd1
commit
e32ed2f53a
10 changed files with 213 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue