audio implementations, chariot frames deleted, world visual fixes
This commit is contained in:
+23
-1
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=28 format=3 uid="uid://bo20ffw2ygbks"]
|
||||
[gd_scene load_steps=30 format=3 uid="uid://bo20ffw2ygbks"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://xd6tx3lifebl" path="res://src/map/dungeon/code/SpecialFloor.cs" id="1_j4ho3"]
|
||||
[ext_resource type="PackedScene" uid="uid://bodjd0em1q8s1" path="res://src/map/dungeon/models/Special Floors & Rooms/35. Goddess of Guidance's Floor/35_A2_GUIDANCE_FLOOR.glb" id="3_1ee1y"]
|
||||
@@ -6,6 +6,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="5_7jpl7"]
|
||||
[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="6_vrdbg"]
|
||||
[ext_resource type="PackedScene" uid="uid://5nje7dl3hxld" path="res://src/map/dungeon/models/Special Floors & Rooms/35. Goddess of Guidance's Floor/GOGROOM EXTENSION.glb" id="7_vrdbg"]
|
||||
[ext_resource type="AudioStream" uid="uid://d3uj87dsngy22" path="res://src/audio/amb/amb_water_lapping2.ogg" id="8_ltkmj"]
|
||||
[ext_resource type="Shader" uid="uid://beg8sp6kw66w8" path="res://src/map/map shaders/GOGROOM Water.gdshader" id="16_q4do2"]
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_iajdo"]
|
||||
@@ -119,6 +120,9 @@ albedo_texture = ExtResource("6_vrdbg")
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_32hxa"]
|
||||
material = SubResource("StandardMaterial3D_ltkmj")
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_32hxa"]
|
||||
size = Vector3(53.9355, 47.5181, 65.8796)
|
||||
|
||||
[node name="Goddess of Guidance\'s Floor" type="Node3D"]
|
||||
script = ExtResource("1_j4ho3")
|
||||
|
||||
@@ -236,4 +240,22 @@ mesh = SubResource("BoxMesh_32hxa")
|
||||
[node name="GOGROOM EXTENSION" parent="." instance=ExtResource("7_vrdbg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.745, 0)
|
||||
|
||||
[node name="Audio" type="Node3D" parent="."]
|
||||
|
||||
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="Audio"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.48273, 0, -5.80761)
|
||||
stream = ExtResource("8_ltkmj")
|
||||
volume_db = 0.773
|
||||
unit_size = 20.62
|
||||
autoplay = true
|
||||
max_distance = 197.89
|
||||
bus = &"AMBIENT"
|
||||
parameters/looping = true
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="Audio"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Audio/Area3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.82333, 1.62671, -61.6317)
|
||||
shape = SubResource("BoxShape3D_32hxa")
|
||||
|
||||
[editable path="35_A2_GUIDANCE_FLOOR"]
|
||||
|
||||
Reference in New Issue
Block a user