forked from team-sg/hero-mark-2
saving and level list
This commit is contained in:
parent
38ef040ae9
commit
39a7eb14b4
13 changed files with 128 additions and 52 deletions
|
@ -65,10 +65,12 @@ margin_top = 48.0
|
|||
margin_right = 184.0
|
||||
margin_bottom = 68.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "test text"
|
||||
text = "test text
|
||||
"
|
||||
align = 1
|
||||
|
||||
[node name="Golds" type="Label" parent="."]
|
||||
visible = false
|
||||
margin_left = 120.0
|
||||
margin_top = 88.0
|
||||
margin_right = 136.0
|
||||
|
@ -79,14 +81,41 @@ align = 1
|
|||
|
||||
[node name="HighScoreText" type="Label" parent="."]
|
||||
margin_left = 56.0
|
||||
margin_top = 64.0
|
||||
margin_top = 62.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 96.0
|
||||
margin_bottom = 94.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "High Score:"
|
||||
text = "High SCORE:
|
||||
|
||||
"
|
||||
align = 1
|
||||
|
||||
[node name="HighScoreAny" type="Label" parent="."]
|
||||
margin_left = 21.0
|
||||
margin_top = 74.0
|
||||
margin_right = 165.0
|
||||
margin_bottom = 111.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "any%
|
||||
0000
|
||||
0:00:00
|
||||
"
|
||||
align = 1
|
||||
|
||||
[node name="HighScore100" type="Label" parent="."]
|
||||
margin_left = 84.0
|
||||
margin_top = 74.0
|
||||
margin_right = 228.0
|
||||
margin_bottom = 111.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "100%
|
||||
0000
|
||||
0:00:00
|
||||
"
|
||||
align = 1
|
||||
|
||||
[node name="HighScore" type="Label" parent="."]
|
||||
visible = false
|
||||
margin_left = 56.0
|
||||
margin_top = 76.0
|
||||
margin_right = 200.0
|
||||
|
@ -97,15 +126,16 @@ align = 1
|
|||
|
||||
[node name="ShardTitle" type="Label" parent="."]
|
||||
margin_left = 43.0
|
||||
margin_top = 124.0
|
||||
margin_top = 129.0
|
||||
margin_right = 213.0
|
||||
margin_bottom = 167.0
|
||||
margin_bottom = 172.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "Collect all coins
|
||||
"
|
||||
align = 1
|
||||
|
||||
[node name="ShardGraphics" type="Node2D" parent="."]
|
||||
position = Vector2( 0, 7 )
|
||||
|
||||
[node name="Shard11" type="Sprite" parent="ShardGraphics"]
|
||||
modulate = Color( 0, 0, 0, 1 )
|
||||
|
@ -198,10 +228,11 @@ position = Vector2( 176, 115 )
|
|||
position = Vector2( 191, 115 )
|
||||
|
||||
[node name="Gold" parent="." instance=ExtResource( 5 )]
|
||||
visible = false
|
||||
position = Vector2( 111, 91 )
|
||||
|
||||
[node name="ShardArrow" type="Sprite" parent="."]
|
||||
position = Vector2( 61, 106 )
|
||||
position = Vector2( 61, 113 )
|
||||
texture = ExtResource( 4 )
|
||||
|
||||
[node name="LevelArrowUp" type="Sprite" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue