Mask of Zeal, Mask Placeholder, Health Item Placeholder, VT pickup animation added. Temp Environment added to Final Floor.

This commit is contained in:
Pal
2026-02-15 00:57:19 -08:00
parent 47ceb2f613
commit a1f4a29eb3
19 changed files with 325 additions and 10 deletions
@@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://cyrrhoarhxlhg"]
[gd_scene load_steps=13 format=3 uid="uid://cyrrhoarhxlhg"]
[ext_resource type="Script" uid="uid://r8mpxyum31ds" path="res://src/map/dungeon/code/FinalFloor.cs" id="1_b2jrf"]
[ext_resource type="PackedScene" uid="uid://dpd2y8evtea1t" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0.1.glb" id="2_b2jrf"]
@@ -10,10 +10,10 @@ size = Vector3(0.0974121, 15.1811, 23.3886)
size = Vector3(0.0974121, 15.1811, 27.7427)
[sub_resource type="BoxShape3D" id="BoxShape3D_s4mfk"]
size = Vector3(187.628, 118.514, 12.5598)
size = Vector3(234.085, 118.514, 12.5598)
[sub_resource type="BoxShape3D" id="BoxShape3D_170vw"]
size = Vector3(187.874, 144.552, 13.4706)
size = Vector3(235.028, 144.552, 13.4706)
[sub_resource type="BoxShape3D" id="BoxShape3D_ajpkj"]
size = Vector3(281.18, 0.081543, 80.3693)
@@ -27,6 +27,23 @@ size = Vector3(19.394, 30.059, 2.88283)
[sub_resource type="BoxShape3D" id="BoxShape3D_b2jrf"]
size = Vector3(12.9663, 20.8418, 50.175)
[sub_resource type="Environment" id="Environment_b2jrf"]
background_mode = 1
ambient_light_energy = 0.0
sdfgi_enabled = true
glow_enabled = true
glow_intensity = 1.57
glow_strength = 1.36
glow_bloom = 1.0
glow_blend_mode = 0
volumetric_fog_enabled = true
volumetric_fog_albedo = Color(0.830335, 0.830335, 0.830335, 1)
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_hojso"]
exposure_multiplier = 1.354
dof_blur_far_enabled = true
dof_blur_far_distance = 371.47
[node name="Final Floor" type="Node3D"]
script = ExtResource("1_b2jrf")
@@ -53,12 +70,12 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3.576
shape = SubResource("BoxShape3D_djk74")
[node name="CollisionShape3D4" type="CollisionShape3D" parent="Collisions/StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -110.065, -2.28188, -12.327)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -133.294, -2.28188, -12.327)
shape = SubResource("BoxShape3D_s4mfk")
debug_color = Color(0, 0.6, 0.701961, 1)
[node name="CollisionShape3D5" type="CollisionShape3D" parent="Collisions/StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -110.065, -15.2228, 10.4977)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -133.642, -15.2228, 10.4977)
shape = SubResource("BoxShape3D_170vw")
[node name="CollisionShape3D6" type="CollisionShape3D" parent="Collisions/StaticBody3D"]
@@ -66,7 +83,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -110.065, -3.09368, -8.33632)
shape = SubResource("BoxShape3D_ajpkj")
[node name="CollisionShape3D7" type="CollisionShape3D" parent="Collisions/StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -226.104, -1.21697, -3.54719)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -255.62, -1.21697, -3.54719)
shape = SubResource("BoxShape3D_pdgpv")
[node name="CollisionShape3D8" type="CollisionShape3D" parent="Collisions/StaticBody3D"]
@@ -91,5 +108,17 @@ collision_layer = 0
collision_mask = 64
[node name="CollisionShape3D" type="CollisionShape3D" parent="Room/Exit"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -222.237, -3.35156, 3.78481)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -257.108, -3.35156, 3.78481)
shape = SubResource("BoxShape3D_b2jrf")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_b2jrf")
camera_attributes = SubResource("CameraAttributesPractical_hojso")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="WorldEnvironment"]
transform = Transform3D(0.85896, -0.300971, 0.414251, 0, -0.809017, -0.587785, 0.512043, 0.504884, -0.694913, 0, 0, 0)
light_color = Color(0.204372, 0.420196, 1, 1)
light_energy = 4.435
shadow_enabled = true
[editable path="Model/36_A2_FINAL_FLOOR_VER_0_2"]