Fix all doors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=87 format=4 uid="uid://vdhl32je6hq2"]
|
||||
[gd_scene load_steps=86 format=4 uid="uid://vdhl32je6hq2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ce73fuh74l81l" path="res://addons/SimpleDungeons/DungeonRoom3D.gd" id="1_j1kxr"]
|
||||
[ext_resource type="Script" uid="uid://dhollu4j3pynq" path="res://src/map/dungeon/code/MonsterRoom.cs" id="2_6xco5"]
|
||||
@@ -1637,16 +1637,13 @@ data = PackedVector3Array(28.5183, 3.42, 10.577, 28.5183, 10.3788, 24.4935, 28.5
|
||||
size = Vector3(8, 2.20215, 2)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3mejj"]
|
||||
shading_mode = 0
|
||||
albedo_texture = ExtResource("21_jdoki")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2xt56"]
|
||||
albedo_texture = ExtResource("22_3r6v3")
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a7x8v"]
|
||||
shading_mode = 0
|
||||
albedo_texture = ExtResource("22_3r6v3")
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_jruxb"]
|
||||
size = Vector3(16, 8, 16)
|
||||
|
||||
@@ -1757,9 +1754,9 @@ flip_faces = true
|
||||
size = Vector3(16, 8, 16)
|
||||
|
||||
[node name="CSGBox2" type="CSGBox3D" parent="Doors"]
|
||||
transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 8.04886, 0.0211899, 1.9332)
|
||||
transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 7.96607, 0.0211899, 1.96927)
|
||||
use_collision = true
|
||||
size = Vector3(4, 4, 0.5)
|
||||
size = Vector3(4, 4, 0.01)
|
||||
material = SubResource("StandardMaterial3D_3mejj")
|
||||
|
||||
[node name="DOOR?1" type="CSGBox3D" parent="Doors/CSGBox2"]
|
||||
@@ -1767,12 +1764,11 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0955904, 0, 0.0686455)
|
||||
material_override = SubResource("StandardMaterial3D_2xt56")
|
||||
operation = 2
|
||||
size = Vector3(5.55383, 4, 2)
|
||||
material = SubResource("StandardMaterial3D_a7x8v")
|
||||
|
||||
[node name="CSGBox" type="CSGBox3D" parent="Doors"]
|
||||
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -1.89702, 0.0119586, -8.00157)
|
||||
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -1.91159, 0.0119586, -8.00157)
|
||||
use_collision = true
|
||||
size = Vector3(4, 4, 0.5)
|
||||
size = Vector3(4, 4, 0.01)
|
||||
material = SubResource("StandardMaterial3D_3mejj")
|
||||
|
||||
[node name="DOOR?1" type="CSGBox3D" parent="Doors/CSGBox"]
|
||||
@@ -1780,7 +1776,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0487772, 0.0442526, 0.0686
|
||||
material_override = SubResource("StandardMaterial3D_2xt56")
|
||||
operation = 2
|
||||
size = Vector3(4, 4, 2)
|
||||
material = SubResource("StandardMaterial3D_a7x8v")
|
||||
|
||||
[node name="RemoveUnusedDoors" type="Node" parent="Doors"]
|
||||
script = ExtResource("25_8521a")
|
||||
|
||||
Reference in New Issue
Block a user