diff options
Diffstat (limited to 'client/menu/ingame_menu.tscn')
| -rw-r--r-- | client/menu/ingame_menu.tscn | 27 | 
1 files changed, 14 insertions, 13 deletions
| diff --git a/client/menu/ingame_menu.tscn b/client/menu/ingame_menu.tscn index cf35a7e7..920c8724 100644 --- a/client/menu/ingame_menu.tscn +++ b/client/menu/ingame_menu.tscn @@ -10,7 +10,7 @@ length = 0.001  tracks/0/type = "bezier"  tracks/0/imported = false  tracks/0/enabled = true -tracks/0/path = NodePath("side:position:x") +tracks/0/path = NodePath("Side:position:x")  tracks/0/interp = 1  tracks/0/loop_wrap = true  tracks/0/keys = { @@ -24,7 +24,7 @@ resource_name = "activate"  tracks/0/type = "bezier"  tracks/0/imported = false  tracks/0/enabled = true -tracks/0/path = NodePath("side:position:x") +tracks/0/path = NodePath("Side:position:x")  tracks/0/interp = 1  tracks/0/loop_wrap = true  tracks/0/keys = { @@ -65,26 +65,27 @@ libraries = {  }  speed_scale = 8.0 -[node name="side" type="PanelContainer" parent="."] +[node name="Side" type="PanelContainer" parent="."]  material = SubResource("ShaderMaterial_o2vtr")  layout_mode = 1  anchors_preset = 9  anchor_bottom = 1.0  offset_left = -400.0  offset_right = -90.0 +offset_bottom = 648.0  grow_vertical = 2 -[node name="margin" type="MarginContainer" parent="side"] +[node name="Margin" type="MarginContainer" parent="Side"]  layout_mode = 2  theme_override_constants/margin_left = 20  theme_override_constants/margin_top = 20  theme_override_constants/margin_right = 20  theme_override_constants/margin_bottom = 20 -[node name="options" type="VBoxContainer" parent="side/margin"] +[node name="Options" type="VBoxContainer" parent="Side/Margin"]  layout_mode = 2 -[node name="title" type="Label" parent="side/margin/options"] +[node name="Title" type="Label" parent="Side/Margin/Options"]  layout_mode = 2  auto_translate = false  theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1) @@ -93,25 +94,25 @@ theme_override_fonts/font = SubResource("FontVariation_ud3l8")  theme_override_font_sizes/font_size = 48  text = "Undercooked" -[node name="spacer" type="Control" parent="side/margin/options"] +[node name="Spacer" type="Control" parent="Side/Margin/Options"]  custom_minimum_size = Vector2(0, 10)  layout_mode = 2 -[node name="reconnect" type="Button" parent="side/margin/options"] +[node name="Reconnect" type="Button" parent="Side/Margin/Options"]  layout_mode = 2  text = "Reconnect"  alignment = 0 -[node name="main_menu" type="Button" parent="side/margin/options"] +[node name="MainMenu" type="Button" parent="Side/Margin/Options"]  layout_mode = 2  text = "Main Menu"  alignment = 0 -[node name="quit" type="Button" parent="side/margin/options"] +[node name="Quit" type="Button" parent="Side/Margin/Options"]  layout_mode = 2  text = "Quit"  alignment = 0 -[connection signal="pressed" from="side/margin/options/reconnect" to="." method="_on_reconnect_pressed"] -[connection signal="pressed" from="side/margin/options/main_menu" to="." method="_on_main_menu_pressed"] -[connection signal="pressed" from="side/margin/options/quit" to="." method="_on_quit_pressed"] +[connection signal="pressed" from="Side/Margin/Options/Reconnect" to="." method="_on_reconnect_pressed"] +[connection signal="pressed" from="Side/Margin/Options/MainMenu" to="." method="_on_main_menu_pressed"] +[connection signal="pressed" from="Side/Margin/Options/Quit" to="." method="_on_quit_pressed"] | 
