forked from team-sg/hero-mark-2
re-written save and level data system :)
This commit is contained in:
parent
f3debf74cf
commit
45ddbd5c04
13 changed files with 177 additions and 93 deletions
|
@ -46,16 +46,6 @@ 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
|
||||
margin_bottom = 108.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "00"
|
||||
align = 1
|
||||
|
||||
[node name="HighScoreText" type="Label" parent="."]
|
||||
margin_left = 56.0
|
||||
margin_top = 62.0
|
||||
|
@ -91,16 +81,6 @@ text = "100%
|
|||
"
|
||||
align = 1
|
||||
|
||||
[node name="HighScore" type="Label" parent="."]
|
||||
visible = false
|
||||
margin_left = 56.0
|
||||
margin_top = 76.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 108.0
|
||||
theme = ExtResource( 1 )
|
||||
text = "000000"
|
||||
align = 1
|
||||
|
||||
[node name="ShardTitle" type="Label" parent="."]
|
||||
margin_left = 43.0
|
||||
margin_top = 130.0
|
||||
|
@ -177,37 +157,37 @@ position = Vector2( 196, 118 )
|
|||
texture = ExtResource( 8 )
|
||||
|
||||
[node name="Shard" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 71, 115 )
|
||||
|
||||
[node name="Shard2" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 86, 115 )
|
||||
|
||||
[node name="Shard3" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 101, 115 )
|
||||
|
||||
[node name="Shard4" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 116, 115 )
|
||||
|
||||
[node name="Shard5" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 131, 115 )
|
||||
|
||||
[node name="Shard6" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 146, 115 )
|
||||
|
||||
[node name="Shard7" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 161, 115 )
|
||||
|
||||
[node name="Shard8" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
position = Vector2( 176, 115 )
|
||||
|
||||
[node name="Shard9" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 176, 115 )
|
||||
|
||||
[node name="Shard10" parent="ShardGraphics" instance=ExtResource( 9 )]
|
||||
visible = false
|
||||
position = Vector2( 191, 115 )
|
||||
|
||||
[node name="Gold" parent="." instance=ExtResource( 5 )]
|
||||
visible = false
|
||||
position = Vector2( 111, 91 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue