diff options
author | Logan <logan@cflip.net> | 2023-02-02 00:45:17 -0700 |
---|---|---|
committer | Logan <logan@cflip.net> | 2023-02-02 00:45:17 -0700 |
commit | b28b44303e5f17094ca70a8116a12847863dd1f0 (patch) | |
tree | 5131f50efb2833d144cf3455723941f007cdb8b1 | |
parent | d95ae0f68500ce7b77e29b5a1a99e121093c04e1 (diff) |
Remove unnecessary node from mainmenu scene
-rw-r--r-- | scenes/mainmenu.tscn | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scenes/mainmenu.tscn b/scenes/mainmenu.tscn index 544f0c6..a5f11aa 100644 --- a/scenes/mainmenu.tscn +++ b/scenes/mainmenu.tscn @@ -1,8 +1,7 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://scripts/mainmenu.gd" type="Script" id=1] [ext_resource path="res://sound/announcer_mainmenu.ogg" type="AudioStream" id=2] -[ext_resource path="res://sound/unused_music.ogg" type="AudioStream" id=3] [ext_resource path="res://theme_data/interface_theme.tres" type="Theme" id=4] [node name="Menu" type="Control"] @@ -83,11 +82,6 @@ margin_right = 100.0 margin_bottom = 128.0 text = "Quit" -[node name="MusicAudio" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 3 ) -volume_db = -30.0 -stream_paused = true - [node name="AnnouncerAudio" type="AudioStreamPlayer" parent="."] stream = ExtResource( 2 ) volume_db = -20.0 |