new health bars wow
This commit is contained in:
parent
9e8abe19ef
commit
828a4ccecc
28 changed files with 466 additions and 70 deletions
|
@ -14,7 +14,6 @@ func _physics_process(delta: float) -> void:
|
|||
if lifetime < 10:
|
||||
var r = rand_range(0,5)
|
||||
sprite.position.y += sin(Game.time * 20)
|
||||
print(lifetime)
|
||||
|
||||
func _exit_tree() -> void:
|
||||
var explosion = SmallExplosion.instance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue