main menu fixes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bg4uaukekjbx"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xtm08af0e82g" path="res://Scenes/main.tscn" id="1_28flt"]
|
||||
[gd_scene format=3 uid="uid://bg4uaukekjbx"]
|
||||
|
||||
[node name="MainMenu" type="MainMenu" node_paths=PackedStringArray("mute_button")]
|
||||
game_scene = ExtResource("1_28flt")
|
||||
game_scene_path = "res://Scenes/main.tscn"
|
||||
mute_button = NodePath("VBoxContainer/MuteButton")
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -60,3 +58,4 @@ text = "Mute"
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/PlayButton" to="." method="on_play_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="on_quit_pressed"]
|
||||
[connection signal="toggled" from="VBoxContainer/MuteButton" to="." method="on_mute_toggled"]
|
||||
|
||||
Reference in New Issue
Block a user