aboutsummaryrefslogtreecommitdiff
path: root/client/menu/menu_manager.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-29 22:08:39 +0200
committertpart <tpart120@proton.me>2024-06-29 22:08:41 +0200
commit9a76089edbae93c874b24c53a9b79f1fe10ebe2f (patch)
tree76f003962c2f1c1219c88e6ab02bf7c53a389afb /client/menu/menu_manager.tscn
parent424b4ef3716e74bcc54c3eefffe6ba7994d79270 (diff)
downloadhurrycurry-9a76089edbae93c874b24c53a9b79f1fe10ebe2f.tar
hurrycurry-9a76089edbae93c874b24c53a9b79f1fe10ebe2f.tar.bz2
hurrycurry-9a76089edbae93c874b24c53a9b79f1fe10ebe2f.tar.zst
Add Sound singleton; Restructure sound system; Add button sounds to ingame menu
Diffstat (limited to 'client/menu/menu_manager.tscn')
-rw-r--r--client/menu/menu_manager.tscn10
1 files changed, 1 insertions, 9 deletions
diff --git a/client/menu/menu_manager.tscn b/client/menu/menu_manager.tscn
index c6959407..56cc6442 100644
--- a/client/menu/menu_manager.tscn
+++ b/client/menu/menu_manager.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=9 format=3 uid="uid://cd52sr1cmo8oj"]
+[gd_scene load_steps=7 format=3 uid="uid://cd52sr1cmo8oj"]
[ext_resource type="Script" path="res://menu/menu_manager.gd" id="1_c0rjm"]
[ext_resource type="PackedScene" uid="uid://l4vm07dtda4j" path="res://menu/menu_background.tscn" id="2_nf7b6"]
@@ -6,8 +6,6 @@
[ext_resource type="PackedScene" uid="uid://7mqbxa054bjv" path="res://menu/credits_menu.tscn" id="4_xhcd8"]
[ext_resource type="PackedScene" uid="uid://8ic77jmadadj" path="res://menu/settings_menu.tscn" id="5_lifj8"]
[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="6_p4u45"]
-[ext_resource type="AudioStream" uid="uid://dtr1khfyqr56o" path="res://menu/sounds/hover.ogg" id="7_82cmi"]
-[ext_resource type="AudioStream" uid="uid://cpyn511c5mtni" path="res://menu/sounds/click.ogg" id="8_qwknj"]
[node name="MenuManager" type="Control"]
layout_mode = 3
@@ -34,9 +32,3 @@ layout_mode = 1
[node name="SceneTransition" parent="." instance=ExtResource("6_p4u45")]
visible = false
layout_mode = 1
-
-[node name="Hover" type="AudioStreamPlayer" parent="."]
-stream = ExtResource("7_82cmi")
-
-[node name="Click" type="AudioStreamPlayer" parent="."]
-stream = ExtResource("8_qwknj")