-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
27 lines (18 loc) · 1.01 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=5 format=3 uid="uid://b3alaphrv0bhe"]
[ext_resource type="Script" path="res://main.gd" id="1_dlnwc"]
[ext_resource type="PackedScene" uid="uid://chocfnd1gnxcl" path="res://player.tscn" id="2_08ovr"]
[sub_resource type="BoxShape3D" id="BoxShape3D_pcrbq"]
size = Vector3(20, 1, 20)
[sub_resource type="PlaneMesh" id="PlaneMesh_y03x2"]
size = Vector2(20, 20)
[node name="Main" type="Node3D"]
script = ExtResource("1_dlnwc")
[node name="Player" parent="." instance=ExtResource("2_08ovr")]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(0.762578, 0.457425, -0.457425, 0, 0.707107, 0.707107, 0.646896, -0.539224, 0.539224, 0, 4.52379, 0)
[node name="Floor" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Floor"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
shape = SubResource("BoxShape3D_pcrbq")
[node name="MeshInstance3D" type="MeshInstance3D" parent="Floor"]
mesh = SubResource("PlaneMesh_y03x2")