Added UI sound effects
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=19 format=3 uid="uid://be6mcpdaobs5u"]
|
||||
[gd_scene load_steps=18 format=3 uid="uid://be6mcpdaobs5u"]
|
||||
|
||||
[ext_resource type="Terrain3DStorage" uid="uid://c38e3dyrl8lao" path="res://assets/terrain/Storage.res" id="1_xsh2l"]
|
||||
[ext_resource type="Terrain3DMaterial" uid="uid://nhcs8ekjedbb" path="res://world/terrain/Material.tres" id="2_3ekjf"]
|
||||
@ -15,7 +15,6 @@
|
||||
[ext_resource type="FastNoiseLite" uid="uid://d3f4lk8q04haa" path="res://world/trees/TreeNoise.tres" id="14_6v5re"]
|
||||
[ext_resource type="Environment" uid="uid://dixa0yso2s1u3" path="res://world/Environment.tres" id="16_i8t0h"]
|
||||
[ext_resource type="Script" path="res://world/Sun.gd" id="17_nxk5c"]
|
||||
[ext_resource type="AudioStream" uid="uid://b36mntcqlt553" path="res://assets/audio/ambience/Wind-Vegetation-Leaves-Gusts.wav" id="18_8j4nl"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_yp2fx"]
|
||||
seed = 100
|
||||
@ -80,8 +79,3 @@ transform = Transform3D(-0.350207, 0.827032, -0.439741, 0, 0.469472, 0.882948, 0
|
||||
light_energy = 1.8
|
||||
shadow_enabled = true
|
||||
script = ExtResource("17_nxk5c")
|
||||
|
||||
[node name="Ambience" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("18_8j4nl")
|
||||
autoplay = true
|
||||
bus = &"Ambience"
|
||||
|
Reference in New Issue
Block a user