diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn index 595a376e..227d41d7 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn @@ -15,7 +15,9 @@ texture_filter = 0 [node name="A1DOORWAY" parent="." instance=ExtResource("1_q68eq")] -[node name="CollisionShape3D" type="CollisionShape3D" parent="A1DOORWAY"] +[node name="StaticBody3D" type="StaticBody3D" parent="A1DOORWAY"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="A1DOORWAY/StaticBody3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0195236, 2.05127, 0) shape = SubResource("BoxShape3D_7s0hs") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn index cc40f604..79033be6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn @@ -27,6 +27,8 @@ surface_material_override/0 = SubResource("StandardMaterial3D_x7ln1") [node name="A2Door" parent="Minimap" instance=ExtResource("1_vthcp")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.612922, -0.850585, 0) -[node name="CollisionShape3D" type="CollisionShape3D" parent="Minimap/A2Door"] +[node name="StaticBody3D" type="StaticBody3D" parent="Minimap/A2Door"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Minimap/A2Door/StaticBody3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00800693, 2.04278, 0) shape = SubResource("BoxShape3D_7s0hs") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/Door.tscn b/Zennysoft.Game.Ma/src/map/dungeon/door/Door.tscn deleted file mode 100644 index 26e5429d..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/door/Door.tscn +++ /dev/null @@ -1,6 +0,0 @@ -[gd_scene format=3 uid="uid://ckaw6wjmi0fom"] - -[node name="DOOR" type="CSGBox3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.375916, 1.9271, 0) -operation = 2 -size = Vector3(2.75183, 3.82434, 1)