Files
GameJamDungeon/dungeon_test/node_3d.tscn
2024-09-15 02:17:40 -07:00

40 lines
1.4 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cf3eviiwpqb5r"]
[ext_resource type="Script" path="res://addons/SimpleDungeons/DungeonRoom3D.gd" id="1_xrnk3"]
[ext_resource type="Script" path="res://src/map/dungeon/corridor/remove_unused_doors.gd" id="2_w6qw3"]
[node name="Node3D" type="Node3D"]
script = ExtResource("1_xrnk3")
voxel_scale = Vector3(2, 2, 4)
[node name="CSGBox3D" type="CSGBox3D" parent="."]
use_collision = true
size = Vector3(2, 2, 4)
[node name="CSGBox3D" type="CSGBox3D" parent="CSGBox3D"]
operation = 2
size = Vector3(1.8, 1.8, 3)
[node name="DOOR?1" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.777139, -0.424666, -0.00854689)
operation = 2
size = Vector3(1.41699, 0.9375, 0.851501)
[node name="DOOR?2" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.13129, -0.424666, -0.00854689)
operation = 2
size = Vector3(1.41699, 0.9375, 0.851501)
[node name="DOOR?3" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.0484848, -0.424666, 2.16393)
operation = 2
size = Vector3(1.41699, 0.9375, 0.851501)
[node name="DOOR?4" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.1513, -0.424666, -1.79225)
operation = 2
size = Vector3(1.41699, 0.9375, 0.851501)
[node name="RemoveUnusedDoors" type="Node" parent="."]
script = ExtResource("2_w6qw3")