forked from team-sg/hero-mark-2
Save System Mk.III (and start of new difficulty system)
This commit is contained in:
parent
746b9813e2
commit
4958c420d8
8 changed files with 203 additions and 82 deletions
|
@ -35,6 +35,7 @@ align = 1
|
|||
[node name="FileExists" type="Node2D" parent="."]
|
||||
|
||||
[node name="Name" type="Label" parent="FileExists"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 8.0
|
||||
margin_top = 4.0
|
||||
margin_right = 64.0
|
||||
|
@ -43,6 +44,7 @@ text = "SG"
|
|||
align = 1
|
||||
|
||||
[node name="TimeCounter" type="Label" parent="FileExists"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 3.0
|
||||
margin_top = 50.0
|
||||
margin_right = 69.0
|
||||
|
@ -60,6 +62,7 @@ texture = ExtResource( 8 )
|
|||
stretch_mode = 4
|
||||
|
||||
[node name="ShardCounter" type="Label" parent="FileExists"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 43.0
|
||||
margin_top = 20.0
|
||||
margin_right = 67.0
|
||||
|
@ -67,6 +70,7 @@ margin_bottom = 30.0
|
|||
text = "00"
|
||||
|
||||
[node name="KeyCounter" type="Label" parent="FileExists"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 43.0
|
||||
margin_top = 33.0
|
||||
margin_right = 64.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue