Reststuctured folders; basic survivor movement
This commit is contained in:
parent
164d0f76be
commit
f8fdeff2d6
10 changed files with 102 additions and 61 deletions
22
scenes/hall_block.tscn
Normal file
22
scenes/hall_block.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_scene format=3 uid="uid://cxnocjdotkl5e"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_53tvs"]
|
||||
|
||||
[node name="HallBlock" type="Node3D" unique_id=2127508708]
|
||||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 0)
|
||||
|
||||
[node name="Ground" type="MeshInstance3D" parent="." unique_id=1243012028]
|
||||
transform = Transform3D(1.5, 0, 0, 0, -2.5, 6.039832e-07, 0, -3.774895e-07, -4, 0.017923832, 7.9985394, -0.017028354)
|
||||
mesh = SubResource("PlaneMesh_53tvs")
|
||||
|
||||
[node name="Ground2" type="MeshInstance3D" parent="." unique_id=456628197]
|
||||
transform = Transform3D(1.5, 0, 0, 0, 2.5, 0, 0, 0, 4, 0, 0, 0)
|
||||
mesh = SubResource("PlaneMesh_53tvs")
|
||||
|
||||
[node name="WallLeft" type="MeshInstance3D" parent="." unique_id=2073244630]
|
||||
transform = Transform3D(1.5, 0, 0, 0, -1.3113416e-07, 4, 0, -3, -1.7484555e-07, -0.0013566017, 4.021149, 3.9638805)
|
||||
mesh = SubResource("PlaneMesh_53tvs")
|
||||
|
||||
[node name="WallRight" type="MeshInstance3D" parent="." unique_id=267065348]
|
||||
transform = Transform3D(1.5, 0, 0, 0, -1.3113416e-07, -4, 0, 3, -1.7484555e-07, 3.862381e-05, 4.031578, -4.0129037)
|
||||
mesh = SubResource("PlaneMesh_53tvs")
|
||||
Loading…
Add table
Add a link
Reference in a new issue