better spawn, heart ui, dash, new map
This commit is contained in:
parent
ce27965422
commit
34be761164
16 changed files with 137 additions and 171 deletions
7
ui/heart.gd
Normal file
7
ui/heart.gd
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue