forked from team-sg/hero-mark-2
made some changes :D
This commit is contained in:
parent
5f89fbc891
commit
0006f02a0f
16 changed files with 131 additions and 20 deletions
|
@ -16,7 +16,7 @@ func _ready():
|
|||
scale.y = 1
|
||||
#Label
|
||||
label.visible = true
|
||||
label.set_text(str(cost))
|
||||
label.set_text("¶" + str(cost))
|
||||
label.rect_position.y = scale.y / 2 + label_offset.y
|
||||
|
||||
func _physics_process(delta):
|
||||
|
|
|
@ -115,7 +115,7 @@ margin_top = -15.0
|
|||
margin_right = 22.0
|
||||
margin_bottom = 5.0
|
||||
theme = ExtResource( 3 )
|
||||
text = "00"
|
||||
text = "¶00"
|
||||
align = 1
|
||||
|
||||
[connection signal="animation_finished" from="AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue