audio implementations, chariot frames deleted, world visual fixes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=31 format=3 uid="uid://cypdcaqeylnwl"]
|
||||
[gd_scene load_steps=32 format=3 uid="uid://cypdcaqeylnwl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dhollu4j3pynq" path="res://src/map/dungeon/code/MonsterRoom.cs" id="1_h7qp4"]
|
||||
[ext_resource type="PackedScene" uid="uid://bhp13lryklool" path="res://src/map/dungeon/models/Area 2/Waterroom/A2 Water Room.glb" id="2_d5u83"]
|
||||
[ext_resource type="Shader" uid="uid://dj3ut2w0lnwq2" path="res://src/map/map shaders/Overworld God Rays.gdshader" id="4_41mai"]
|
||||
[ext_resource type="AudioStream" uid="uid://cdweiwl17xnn6" path="res://src/audio/amb/amb_water_lapping1.ogg" id="5_18wua"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="5_d0ika"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_14xap"]
|
||||
@@ -418,3 +419,24 @@ radius = 0.243164
|
||||
height = 0.610291
|
||||
cone = true
|
||||
material = SubResource("ShaderMaterial_d5u83")
|
||||
|
||||
[node name="Audio" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.74288, 0)
|
||||
|
||||
[node name="Water 1" type="AudioStreamPlayer3D" parent="Audio"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.460612, -1.57167, 10.8585)
|
||||
stream = ExtResource("5_18wua")
|
||||
autoplay = true
|
||||
max_distance = 45.0
|
||||
max_polyphony = 2
|
||||
bus = &"AMBIENT"
|
||||
parameters/looping = true
|
||||
|
||||
[node name="Water 2" type="AudioStreamPlayer3D" parent="Audio"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.460612, -1.57167, -11.4033)
|
||||
stream = ExtResource("5_18wua")
|
||||
autoplay = true
|
||||
max_distance = 45.0
|
||||
max_polyphony = 2
|
||||
bus = &"AMBIENT"
|
||||
parameters/looping = true
|
||||
|
||||
Reference in New Issue
Block a user