better spawn, heart ui, dash, new map

This commit is contained in:
Daniel Kauss Serna 2026-02-20 17:47:53 +01:00
parent ce27965422
commit 34be761164
16 changed files with 137 additions and 171 deletions

7
ui/heart.gd Normal file
View file

@ -0,0 +1,7 @@
class_name HealthHeart extends TextureRect
func set_full():
texture.region = Rect2(0, 96, 0, 32)
func set_empty():
texture.region = Rect2(0, 0, 0, 32)