potentially better indication that more shards are needed to progress
This commit is contained in:
parent
6888ae2189
commit
4068e19857
1 changed files with 19 additions and 9 deletions
|
@ -511,9 +511,9 @@ alignment = 1
|
||||||
[node name="BackArrow" type="TextureRect" parent="CurrentLevel"]
|
[node name="BackArrow" type="TextureRect" parent="CurrentLevel"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
material = SubResource( 2 )
|
material = SubResource( 2 )
|
||||||
margin_left = 61.0
|
margin_left = 58.0
|
||||||
margin_top = 4.0
|
margin_top = 4.0
|
||||||
margin_right = 67.0
|
margin_right = 64.0
|
||||||
margin_bottom = 12.0
|
margin_bottom = 12.0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
texture = ExtResource( 5 )
|
texture = ExtResource( 5 )
|
||||||
|
@ -522,9 +522,9 @@ flip_h = true
|
||||||
[node name="LevelTitle" type="Label" parent="CurrentLevel"]
|
[node name="LevelTitle" type="Label" parent="CurrentLevel"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
material = ExtResource( 6 )
|
material = ExtResource( 6 )
|
||||||
margin_left = 71.0
|
margin_left = 68.0
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_right = 162.0
|
margin_right = 159.0
|
||||||
margin_bottom = 13.0
|
margin_bottom = 13.0
|
||||||
theme = ExtResource( 4 )
|
theme = ExtResource( 4 )
|
||||||
text = "Verdant Hills"
|
text = "Verdant Hills"
|
||||||
|
@ -554,14 +554,24 @@ texture = ExtResource( 8 )
|
||||||
|
|
||||||
[node name="ShardsBlock" type="HBoxContainer" parent="CurrentLevel"]
|
[node name="ShardsBlock" type="HBoxContainer" parent="CurrentLevel"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
margin_left = 166.0
|
margin_left = 163.0
|
||||||
margin_right = 195.0
|
margin_right = 198.0
|
||||||
margin_bottom = 16.0
|
margin_bottom = 16.0
|
||||||
|
custom_constants/separation = 2
|
||||||
|
|
||||||
|
[node name="ForwardArrow" type="TextureRect" parent="CurrentLevel/ShardsBlock"]
|
||||||
|
modulate = Color( 0.690196, 0.690196, 0.690196, 1 )
|
||||||
|
margin_top = 4.0
|
||||||
|
margin_right = 6.0
|
||||||
|
margin_bottom = 12.0
|
||||||
|
size_flags_vertical = 4
|
||||||
|
texture = ExtResource( 5 )
|
||||||
|
|
||||||
[node name="Icon" type="TextureRect" parent="CurrentLevel/ShardsBlock"]
|
[node name="Icon" type="TextureRect" parent="CurrentLevel/ShardsBlock"]
|
||||||
material = SubResource( 10 )
|
material = SubResource( 10 )
|
||||||
|
margin_left = 8.0
|
||||||
margin_top = 2.0
|
margin_top = 2.0
|
||||||
margin_right = 11.0
|
margin_right = 19.0
|
||||||
margin_bottom = 13.0
|
margin_bottom = 13.0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
texture = ExtResource( 10 )
|
texture = ExtResource( 10 )
|
||||||
|
@ -569,9 +579,9 @@ texture = ExtResource( 10 )
|
||||||
[node name="ShardsNeeded" type="Label" parent="CurrentLevel/ShardsBlock"]
|
[node name="ShardsNeeded" type="Label" parent="CurrentLevel/ShardsBlock"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
modulate = Color( 0.933333, 0.247059, 0.247059, 1 )
|
modulate = Color( 0.933333, 0.247059, 0.247059, 1 )
|
||||||
margin_left = 15.0
|
margin_left = 21.0
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_right = 29.0
|
margin_right = 35.0
|
||||||
margin_bottom = 13.0
|
margin_bottom = 13.0
|
||||||
custom_fonts/font = ExtResource( 12 )
|
custom_fonts/font = ExtResource( 12 )
|
||||||
text = "15"
|
text = "15"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue