diff options
author | Logan <logan@cflip.net> | 2023-02-15 04:32:17 -0700 |
---|---|---|
committer | Logan <logan@cflip.net> | 2023-02-15 04:32:17 -0700 |
commit | f30fbd753b23be1f71b4bada5e7063ac00215c33 (patch) | |
tree | b44a6ad3e33daa6895e3ee26cfa7ff084495311e /scenes/mainmenu.tscn | |
parent | 5e6d1b25330c8246dba43dbc232e8787b40a0ab4 (diff) |
Added leaderboard and various tweaks
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"] |