changed level data
This commit is contained in:
parent
9e24f35c03
commit
71880a48d8
9 changed files with 166 additions and 15 deletions
|
@ -17,7 +17,7 @@ func _ready():
|
|||
#Label
|
||||
label.visible = true
|
||||
label.set_text(str(cost))
|
||||
label.rect_position.y = scale.y / 2
|
||||
label.rect_position.y = scale.y / 2 + label_offset.y
|
||||
|
||||
func _physics_process(delta):
|
||||
#Open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue