Moved Map Pieces outside of components

This commit is contained in:
Willow Behar
2024-06-03 12:15:40 -05:00
parent 0eebce3673
commit 234fa2e073
5 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://cdqqr66einp6h"]
[ext_resource type="PackedScene" uid="uid://don6tq7irwm07" path="res://Assets/Models/W1_D0_Hallway.glb" id="1_nvbhq"]
[sub_resource type="BoxShape3D" id="BoxShape3D_ryvdq"]
size = Vector3(1, 0.0751343, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_rf0an"]
size = Vector3(1, 3.00172, 1)
[node name="StaticBody3D" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0354919, 0)
shape = SubResource("BoxShape3D_ryvdq")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.988476, 1.49953, 0)
shape = SubResource("BoxShape3D_rf0an")
[node name="W1_D0_Hallway" parent="." instance=ExtResource("1_nvbhq")]