diff --git a/menus/file_create.tscn b/menus/file_create.tscn index 213c8e8..6170e60 100644 --- a/menus/file_create.tscn +++ b/menus/file_create.tscn @@ -471,20 +471,20 @@ shape = SubResource( 7 ) position = Vector2( 0, -7.5 ) shape = SubResource( 8 ) +[connection signal="button_down" from="DifficultySelect/ButtonsPanel/Sweet" to="." method="_difficulty_selected"] [connection signal="button_down" from="DifficultySelect/ButtonsPanel/Sweet" to="DifficultySelect/MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Sweet" to="." method="_set_difficulty" binds= [ 0 ]] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Sweet" to="DifficultySelect/MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="DifficultySelect/ButtonsPanel/Sweet" to="." method="_difficulty_selected"] +[connection signal="button_down" from="DifficultySelect/ButtonsPanel/Salty" to="." method="_difficulty_selected"] [connection signal="button_down" from="DifficultySelect/ButtonsPanel/Salty" to="DifficultySelect/MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Salty" to="." method="_set_difficulty" binds= [ 1 ]] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Salty" to="DifficultySelect/MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="DifficultySelect/ButtonsPanel/Salty" to="." method="_difficulty_selected"] +[connection signal="button_down" from="DifficultySelect/ButtonsPanel/Spicy" to="." method="_difficulty_selected"] [connection signal="button_down" from="DifficultySelect/ButtonsPanel/Spicy" to="DifficultySelect/MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Spicy" to="." method="_set_difficulty" binds= [ 2 ]] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Spicy" to="DifficultySelect/MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="DifficultySelect/ButtonsPanel/Spicy" to="." method="_difficulty_selected"] +[connection signal="button_down" from="DifficultySelect/ButtonsPanel/Pungent" to="." method="_difficulty_selected"] [connection signal="button_down" from="DifficultySelect/ButtonsPanel/Pungent" to="DifficultySelect/MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Pungent" to="." method="_set_difficulty" binds= [ 3 ]] [connection signal="focus_entered" from="DifficultySelect/ButtonsPanel/Pungent" to="DifficultySelect/MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="DifficultySelect/ButtonsPanel/Pungent" to="." method="_difficulty_selected"] [connection signal="area_entered" from="NameEntry/Exit/DetectPlayer" to="." method="_on_Exit_area_entered"] diff --git a/menus/file_select.tscn b/menus/file_select.tscn index b0f81f4..547e9fe 100644 --- a/menus/file_select.tscn +++ b/menus/file_select.tscn @@ -169,15 +169,15 @@ align = 1 [connection signal="file_loaded" from="Panel" to="." method="_on_file_loaded"] [connection signal="file_loaded" from="Panel2" to="." method="_on_file_loaded"] [connection signal="file_loaded" from="Panel3" to="." method="_on_file_loaded"] +[connection signal="button_down" from="SelectFile1" to="Panel" method="select"] +[connection signal="button_down" from="SelectFile1" to="MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="SelectFile1" to="MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="SelectFile1" to="Panel" method="select"] -[connection signal="pressed" from="SelectFile1" to="MenuSounds" method="play_confirm_sound"] +[connection signal="button_down" from="SelectFile2" to="Panel2" method="select"] +[connection signal="button_down" from="SelectFile2" to="MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="SelectFile2" to="MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="SelectFile2" to="Panel2" method="select"] -[connection signal="pressed" from="SelectFile2" to="MenuSounds" method="play_confirm_sound"] +[connection signal="button_down" from="SelectFile3" to="Panel3" method="select"] +[connection signal="button_down" from="SelectFile3" to="MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="SelectFile3" to="MenuSounds" method="play_select_sound"] -[connection signal="pressed" from="SelectFile3" to="Panel3" method="select"] -[connection signal="pressed" from="SelectFile3" to="MenuSounds" method="play_confirm_sound"] [connection signal="button_down" from="Back" to="MenuSounds" method="play_confirm_sound"] [connection signal="focus_entered" from="Back" to="MenuSounds" method="play_select_sound"] [connection signal="button_down" from="DeleteButton" to="MenuSounds" method="play_confirm_sound"] diff --git a/menus/main_menu.tscn b/menus/main_menu.tscn index aff5747..9ebbec6 100644 --- a/menus/main_menu.tscn +++ b/menus/main_menu.tscn @@ -231,8 +231,9 @@ of a new future" [node name="Label2" type="Label" parent="."] material = ExtResource( 8 ) +margin_left = 8.0 margin_top = 3.0 -margin_right = 175.0 +margin_right = 218.0 margin_bottom = 52.0 theme = ExtResource( 1 ) text = "Welcome to the future... 2083!"