Added and made scenes for open hallway and one wall

This commit is contained in:
Willow Behar
2024-05-08 19:40:06 -05:00
parent b911577cbb
commit b33341b301
5 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://ccuhyg5x63oo1"]
[ext_resource type="PackedScene" uid="uid://dfp006s5ogb1i" path="res://Assets/Models/Hallway FBXs/W0_D0_Hallway.fbx" id="1_dfasp"]
[sub_resource type="BoxShape3D" id="BoxShape3D_d560e"]
size = Vector3(1, 0.01, 1)
[node name="StaticBody2D" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_d560e")
[node name="Root Scene" parent="." instance=ExtResource("1_dfasp")]