Fix all doors

This commit is contained in:
2025-05-17 14:37:58 -07:00
parent 97c082f87a
commit 338e303fbb
35 changed files with 1166 additions and 794 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=49 format=4 uid="uid://cihbmyo0ltq4m"]
[gd_scene load_steps=48 format=4 uid="uid://cihbmyo0ltq4m"]
[ext_resource type="Script" uid="uid://ce73fuh74l81l" path="res://addons/SimpleDungeons/DungeonRoom3D.gd" id="1_3m472"]
[ext_resource type="Script" uid="uid://bd824eigybu51" path="res://src/map/dungeon/code/ExitRoom.cs" id="2_umdkt"]
@@ -24,77 +24,65 @@
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ea82x"]
resource_name = "Dark Brick"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("3_umdkt")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_52dya"]
resource_name = "Concrete"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("4_daunu")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vo64k"]
resource_name = "CEILNG.007"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("5_7230f")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nsjmx"]
resource_name = "FLOOR.007"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("6_62xqw")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cwx2s"]
resource_name = "AREA 1 SWIRL"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("7_mg5bq")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ja1s1"]
resource_name = "BOTTOM TRIM.007"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("8_byvv5")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tm0ja"]
resource_name = "AREA 1 PANEL"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("9_1585g")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_aivep"]
resource_name = "AREA 1 CEILING"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("10_8p2fr")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lv3p3"]
resource_name = "Red Concrete"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("11_52d0e")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sosx1"]
resource_name = "Material"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("12_nm7f3")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nldi8"]
resource_name = "TILE"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("13_02c4g")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cno58"]
resource_name = "HAND TILE "
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("14_3yjag")
texture_filter = 2
@@ -104,13 +92,11 @@ resource_name = "MOTHER SYMBOL"
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("15_5loij")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_72jrr"]
resource_name = "BRICK"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("16_uu27i")
@@ -467,10 +453,6 @@ texture_filter = 0
shading_mode = 0
albedo_texture = ExtResource("18_r3pjb")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_x3ul8"]
shading_mode = 0
albedo_texture = ExtResource("18_r3pjb")
[sub_resource type="BoxShape3D" id="BoxShape3D_mg5bq"]
size = Vector3(19.8499, 10.2039, 7.09571)
@@ -553,17 +535,16 @@ flip_faces = true
size = Vector3(20, 10, 16)
[node name="CSGBox2" type="CSGBox3D" parent="Doors"]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.0481999, 0.00102097, 18.2309)
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.00117315, 0.00535172, 17.9884)
use_collision = true
size = Vector3(4, 4, 0.5)
size = Vector3(4.05, 4.05, 0.01)
material = SubResource("StandardMaterial3D_51rrf")
[node name="DOOR?1" type="CSGBox3D" parent="Doors/CSGBox2"]
[node name="DOOR1" type="CSGBox3D" parent="Doors/CSGBox2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.293891, 0, -0.104667)
material_override = SubResource("StandardMaterial3D_alrge")
operation = 2
size = Vector3(4.98816, 4, 2)
material = SubResource("StandardMaterial3D_x3ul8")
[node name="RemoveUnusedDoors" type="Node" parent="Doors"]
script = ExtResource("19_3q8wp")