saving and level list
This commit is contained in:
parent
38ef040ae9
commit
39a7eb14b4
13 changed files with 128 additions and 52 deletions
|
@ -36,36 +36,41 @@ margin_top = -2.0
|
|||
margin_right = 81.0
|
||||
margin_bottom = 18.0
|
||||
theme = ExtResource( 10 )
|
||||
text = "00"
|
||||
text = "0"
|
||||
|
||||
[node name="RedStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 1 )
|
||||
position = Vector2( 86, 5 )
|
||||
position = Vector2( 83, 5 )
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 8, 8 )
|
||||
|
||||
[node name="YellowStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 2 )
|
||||
position = Vector2( 96, 5 )
|
||||
position = Vector2( 93, 5 )
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 8, 0, 8, 8 )
|
||||
|
||||
[node name="GreenStar" type="Sprite" parent="HUD"]
|
||||
position = Vector2( 106, 5 )
|
||||
visible = false
|
||||
position = Vector2( 103, 5 )
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 16, 0, 8, 8 )
|
||||
|
||||
[node name="BlueStar" type="Sprite" parent="HUD"]
|
||||
position = Vector2( 116, 5 )
|
||||
visible = false
|
||||
position = Vector2( 113, 5 )
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 24, 0, 8, 8 )
|
||||
|
||||
[node name="MagentaStar" type="Sprite" parent="HUD"]
|
||||
position = Vector2( 126, 5 )
|
||||
visible = false
|
||||
position = Vector2( 123, 5 )
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 32, 0, 8, 8 )
|
||||
|
@ -84,7 +89,7 @@ margin_top = -2.0
|
|||
margin_right = 263.0
|
||||
margin_bottom = 18.0
|
||||
theme = ExtResource( 10 )
|
||||
text = "000000"
|
||||
text = "00000"
|
||||
|
||||
[node name="HighCounter" type="Label" parent="HUD"]
|
||||
visible = false
|
||||
|
@ -104,9 +109,9 @@ theme = ExtResource( 10 )
|
|||
text = "2"
|
||||
|
||||
[node name="ArrowCounter" type="Label" parent="HUD"]
|
||||
margin_left = 68.0
|
||||
margin_left = 61.0
|
||||
margin_top = -2.0
|
||||
margin_right = 152.0
|
||||
margin_right = 145.0
|
||||
margin_bottom = 18.0
|
||||
theme = ExtResource( 10 )
|
||||
text = "0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue