new health bars wow

This commit is contained in:
pennyrigate 2024-06-13 16:38:19 -04:00
parent 9e8abe19ef
commit 828a4ccecc
28 changed files with 466 additions and 70 deletions

View file

@ -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()