Reststuctured folders; basic survivor movement
This commit is contained in:
parent
164d0f76be
commit
f8fdeff2d6
10 changed files with 102 additions and 61 deletions
55
scenes/world.tscn
Normal file
55
scenes/world.tscn
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
[gd_scene format=3 uid="uid://bnv1xxgceqbrc"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dowvqakiqkvk5" path="res://scenes/camera_3d.tscn" id="1_f3sb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxnocjdotkl5e" path="res://scenes/hall_block.tscn" id="1_tlwt5"]
|
||||
[ext_resource type="PackedScene" uid="uid://bedp5mlcbielu" path="res://scenes/survivor.tscn" id="3_4wyf3"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_tlwt5"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_aqk2v"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_tlwt5"]
|
||||
|
||||
[node name="World" type="Node3D" unique_id=831374579]
|
||||
|
||||
[node name="Hall" type="Node3D" parent="." unique_id=2096979798]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.10000013, 0)
|
||||
|
||||
[node name="HallBlock3" parent="Hall" unique_id=2127508708 instance=ExtResource("1_tlwt5")]
|
||||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 8.996796)
|
||||
|
||||
[node name="HallBlock2" parent="Hall" unique_id=797565575 instance=ExtResource("1_tlwt5")]
|
||||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, -0.00023269653, 0.01109314, 6.0201683)
|
||||
|
||||
[node name="HallBlock1" parent="Hall" unique_id=1437187009 instance=ExtResource("1_tlwt5")]
|
||||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 3.017323)
|
||||
|
||||
[node name="HallBlock0" parent="Hall" unique_id=1901572100 instance=ExtResource("1_tlwt5")]
|
||||
|
||||
[node name="Camera3D" parent="." unique_id=691202574 instance=ExtResource("1_f3sb7")]
|
||||
transform = Transform3D(-0.9999863, 0.005235979, -8.616466e-08, 0.005230568, 0.99895376, 0.045432728, 0.00023797085, 0.045432106, -0.9989674, -0.25669718, 2.565366, -3.1106362)
|
||||
fov = 90.0
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=133407620]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.6470537, 0, 4.4912777)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D" unique_id=996721213]
|
||||
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, -2.6999998, 2.538711, 3.8988447)
|
||||
mesh = SubResource("CapsuleMesh_tlwt5")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=1517735028]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.7, 1.048, 3.899)
|
||||
shape = SubResource("CapsuleShape3D_aqk2v")
|
||||
|
||||
[node name="Elevator Doors" type="Node3D" parent="." unique_id=351419432]
|
||||
|
||||
[node name="DoorLeft" type="MeshInstance3D" parent="Elevator Doors" unique_id=1505149375]
|
||||
transform = Transform3D(-1.4999795, -2.5919616e-07, -0.020943915, 0.007845853, 0.13629805, -3.995815, 0.0003569563, -2.9969022, -0.18172824, 2.6999998, 4.294, -1.621)
|
||||
mesh = SubResource("PlaneMesh_tlwt5")
|
||||
|
||||
[node name="DoorRight" type="MeshInstance3D" parent="Elevator Doors" unique_id=1325879051]
|
||||
transform = Transform3D(-1.4999795, -2.5919616e-07, -0.020943915, 0.007845853, 0.13629805, -3.995815, 0.0003569563, -2.9969022, -0.18172824, -2.7, 4.273, -1.621)
|
||||
mesh = SubResource("PlaneMesh_tlwt5")
|
||||
|
||||
[node name="Survivor" parent="." unique_id=510103859 instance=ExtResource("3_4wyf3")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3680804, 1.3, 4.7656555)
|
||||
Loading…
Add table
Add a link
Reference in a new issue