made some changes :D
This commit is contained in:
parent
5f89fbc891
commit
0006f02a0f
16 changed files with 131 additions and 20 deletions
|
@ -7,7 +7,7 @@ onready var map = get_owner()
|
|||
|
||||
func _ready():
|
||||
anims.play("closed")
|
||||
label.text = str(cost)
|
||||
label.text = "¶" + str(cost)
|
||||
|
||||
|
||||
func _physics_process(delta):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue