it's michael, what's michael

This commit is contained in:
2024-09-15 02:17:40 -07:00
parent 096bcd6168
commit 7680ab8b45
313 changed files with 6913 additions and 1760 deletions

View File

@@ -0,0 +1,26 @@
[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)