forked from team-sg/hero-mark-2
put more text on menus
This commit is contained in:
parent
f14e8ebdd0
commit
8ba46dc705
23 changed files with 373 additions and 69 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=21 format=2]
|
||||
[gd_scene load_steps=22 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
|
||||
|
@ -14,6 +14,7 @@
|
|||
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=12]
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=13]
|
||||
[ext_resource path="res://graphics/exit/exit.png" type="Texture" id=14]
|
||||
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=15]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -78,17 +79,30 @@ theme = ExtResource( 2 )
|
|||
[node name="Label" type="Label" parent="DifficultySelect"]
|
||||
material = ExtResource( 8 )
|
||||
margin_left = 8.0
|
||||
margin_top = 40.0
|
||||
margin_right = 134.0
|
||||
margin_bottom = 54.0
|
||||
text = "Select Difficulty:"
|
||||
margin_top = 8.0
|
||||
margin_right = 253.0
|
||||
margin_bottom = 44.0
|
||||
text = "Select the difficulty of the
|
||||
future, sg loves hot chips but that
|
||||
doesn't mean you have to"
|
||||
|
||||
[node name="Label2" type="Label" parent="DifficultySelect"]
|
||||
material = ExtResource( 8 )
|
||||
margin_left = 92.0
|
||||
margin_top = 56.0
|
||||
margin_right = 176.0
|
||||
margin_bottom = 105.0
|
||||
text = "Feel free
|
||||
to start
|
||||
anew if you
|
||||
have trouble"
|
||||
|
||||
[node name="ButtonsPanel" type="Panel" parent="DifficultySelect"]
|
||||
material = SubResource( 2 )
|
||||
margin_left = 16.0
|
||||
margin_top = 64.0
|
||||
margin_top = 48.0
|
||||
margin_right = 88.0
|
||||
margin_bottom = 128.0
|
||||
margin_bottom = 112.0
|
||||
theme = ExtResource( 2 )
|
||||
|
||||
[node name="Body" type="Label" parent="DifficultySelect/ButtonsPanel"]
|
||||
|
@ -146,9 +160,9 @@ texture_focused = ExtResource( 6 )
|
|||
[node name="DescriptionPanel" type="Panel" parent="DifficultySelect"]
|
||||
material = SubResource( 2 )
|
||||
margin_left = 16.0
|
||||
margin_top = 136.0
|
||||
margin_top = 120.0
|
||||
margin_right = 144.0
|
||||
margin_bottom = 176.0
|
||||
margin_bottom = 184.0
|
||||
theme = ExtResource( 2 )
|
||||
|
||||
[node name="Enemies" type="Label" parent="DifficultySelect/DescriptionPanel"]
|
||||
|
@ -174,6 +188,16 @@ margin_bottom = -8.0
|
|||
text = "*limited lives"
|
||||
autowrap = true
|
||||
|
||||
[node name="Description" type="Label" parent="DifficultySelect/DescriptionPanel"]
|
||||
unique_name_in_owner = true
|
||||
material = SubResource( 2 )
|
||||
margin_left = 8.0
|
||||
margin_top = 37.0
|
||||
margin_right = 113.0
|
||||
margin_bottom = 69.0
|
||||
text = "*Difficulty for
|
||||
retro players"
|
||||
|
||||
[node name="SG" type="TextureRect" parent="DifficultySelect"]
|
||||
margin_left = 176.0
|
||||
margin_top = 40.0
|
||||
|
@ -360,6 +384,9 @@ region_rect = Rect2( 0, 0, 16, 24 )
|
|||
position = Vector2( 0, 4 )
|
||||
shape = SubResource( 6 )
|
||||
|
||||
[node name="Ladder" parent="NameEntry" instance=ExtResource( 15 )]
|
||||
scale = Vector2( 1, 20 )
|
||||
|
||||
[connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Sweet" to="." method="_set_difficulty" binds= [ 0 ]]
|
||||
[connection signal="pressed" from="DifficultySelect/ButtonsPanel/Sweet" to="." method="_difficulty_selected"]
|
||||
[connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Salty" to="." method="_set_difficulty" binds= [ 1 ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue