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

27 lines
876 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://bs25ojrv57lvf"]
[ext_resource type="Script" path="res://addons/SimpleDungeons/DungeonRoom3D.gd" id="1_el8eh"]
[node name="DungeonRoom3D" type="Node3D"]
script = ExtResource("1_el8eh")
size_in_voxels = Vector3i(4, 1, 4)
voxel_scale = Vector3(2, 2, 4)
[node name="CSGBox3D" type="CSGBox3D" parent="."]
use_collision = true
size = Vector3(8, 2, 16)
[node name="DOOR" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.05512, -0.38466, 7.81272)
operation = 2
size = Vector3(0.938965, 1.02429, 1.09424)
[node name="DOOR2" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.05512, -0.487854, -8.40126)
operation = 2
size = Vector3(0.938965, 1.02429, 1.09424)
[node name="CSGBox3D" type="CSGBox3D" parent="CSGBox3D"]
operation = 2
size = Vector3(7, 1.8, 15)