|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
[gd_scene load_steps=12 format=3 uid="uid://bwfuet1irfi17"] |
|
|
|
|
[gd_scene load_steps=14 format=3 uid="uid://bwfuet1irfi17"] |
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dmd7w2r8s0x6y" path="res://player/player.tscn" id="1_cxvln"] |
|
|
|
|
[ext_resource type="Script" path="res://objects/Grid.cs" id="2_gstd0"] |
|
|
|
@ -24,6 +24,11 @@ size = Vector3(2, 0.1, 1) |
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_efbik"] |
|
|
|
|
size = Vector3(0.1, 0.9, 0.1) |
|
|
|
|
|
|
|
|
|
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_5erfn"] |
|
|
|
|
|
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_tg4vq"] |
|
|
|
|
size = Vector2(10, 10) |
|
|
|
|
|
|
|
|
|
[node name="Warehouse" type="Node3D"] |
|
|
|
|
|
|
|
|
|
[node name="Sun" type="DirectionalLight3D" parent="."] |
|
|
|
@ -124,3 +129,12 @@ skeleton = NodePath("../MeshInstance3D") |
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.9, 0.45, -0.4) |
|
|
|
|
mesh = SubResource("BoxMesh_efbik") |
|
|
|
|
skeleton = NodePath("../MeshInstance3D") |
|
|
|
|
|
|
|
|
|
[node name="Floor" type="StaticBody3D" parent="."] |
|
|
|
|
collision_mask = 0 |
|
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Floor"] |
|
|
|
|
shape = SubResource("WorldBoundaryShape3D_5erfn") |
|
|
|
|
|
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Floor"] |
|
|
|
|
mesh = SubResource("PlaneMesh_tg4vq") |
|
|
|
|