added main memu
This commit is contained in:
parent
e446938ba7
commit
ae936275b7
10 changed files with 224 additions and 8 deletions
|
@ -8,8 +8,8 @@ func destroy():
|
|||
|
||||
if health <= 0:
|
||||
if not is_queued_for_deletion():
|
||||
$"../../Player".aquire_exagon()
|
||||
$"..".queue_free()
|
||||
$"../../Player".aquire_exagon()
|
||||
|
||||
modulate = Color(Color.CYAN, 0.7 - lerp(0.7, 0.1, health / max_health))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue