From f30fbd753b23be1f71b4bada5e7063ac00215c33 Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 15 Feb 2023 04:32:17 -0700 Subject: Added leaderboard and various tweaks --- scenes/mainmenu.tscn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scenes/mainmenu.tscn') 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"] -- cgit v1.2.3