diff options
Diffstat (limited to 'scenes/mainmenu.tscn')
-rw-r--r-- | scenes/mainmenu.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scenes/mainmenu.tscn b/scenes/mainmenu.tscn index a5f11aa..49fed43 100644 --- a/scenes/mainmenu.tscn +++ b/scenes/mainmenu.tscn @@ -53,7 +53,6 @@ text = "Start" margin_top = 22.0 margin_right = 100.0 margin_bottom = 40.0 -disabled = true text = "Leaderboard" [node name="HelpButton" type="Button" parent="Control/VBoxContainer"] @@ -84,7 +83,7 @@ text = "Quit" [node name="AnnouncerAudio" type="AudioStreamPlayer" parent="."] stream = ExtResource( 2 ) -volume_db = -20.0 +volume_db = -15.0 autoplay = true [connection signal="pressed" from="Control/VBoxContainer/StartButton" to="." method="_on_StartButton_pressed"] |