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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
[gd_scene format=3 uid="uid://cbech1ciie8ao"]
[ext_resource type="Script" uid="uid://iopxktp682xb" path="res://Level.cs" id="1_fc0e3"]
[ext_resource type="Script" uid="uid://bqmbio4jvy1ev" path="res://Floor.cs" id="2_7jktm"]
[ext_resource type="Script" uid="uid://c6yxockt738ut" path="res://WorldCamera.cs" id="3_ryrav"]
[ext_resource type="Script" uid="uid://c7vsvparcf0cp" path="res://Player.cs" id="4_eow3j"]
[ext_resource type="Script" uid="uid://dso0esuf7j1o7" path="res://AutoMeshInstance.cs" id="5_7jktm"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_ufxkl"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wd3ws"]
albedo_color = Color(0.14872146, 0.2408587, 0.12457269, 1)
metallic = 0.06
roughness = 0.5
[sub_resource type="BoxMesh" id="BoxMesh_4uei6"]
material = SubResource("StandardMaterial3D_wd3ws")
[sub_resource type="BoxShape3D" id="BoxShape3D_ufxkl"]
size = Vector3(50, 0.1, 50)
[sub_resource type="SphereMesh" id="SphereMesh_ufxkl"]
[sub_resource type="SphereShape3D" id="SphereShape3D_ufxkl"]
[sub_resource type="Environment" id="Environment_ufxkl"]
[sub_resource type="BoxShape3D" id="BoxShape3D_vlr3u"]
size = Vector3(0.17041016, 3.7247314, 10.8758545)
[sub_resource type="BoxShape3D" id="BoxShape3D_a5lrf"]
size = Vector3(0.9614258, 2, 10)
[node name="GameNode" type="Node" unique_id=770944947]
[node name="Level" type="Node3D" parent="." unique_id=632228714]
process_mode = 4
script = ExtResource("1_fc0e3")
[node name="Floor" type="StaticBody3D" parent="Level" unique_id=1911006996]
physics_material_override = SubResource("PhysicsMaterial_ufxkl")
script = ExtResource("2_7jktm")
[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Floor" unique_id=476046225]
transform = Transform3D(50, 0, 0, 0, 0.1, 0, 0, 0, 50, 0, 0, 0)
mesh = SubResource("BoxMesh_4uei6")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Floor" unique_id=54899272]
auto_translate_mode = 1
transform = Transform3D(1.0000001, 0, 0, 0, 1, 0, 0, 0, 1.0000001, 0, 0, 0)
shape = SubResource("BoxShape3D_ufxkl")
[node name="Camera3D" type="Camera3D" parent="Level" unique_id=148990352]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 30, 20)
script = ExtResource("3_ryrav")
[node name="Player" type="CharacterBody3D" parent="Level" unique_id=2063202991]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17.139582, 7.378375, 0)
script = ExtResource("4_eow3j")
[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Player" unique_id=1453636867]
mesh = SubResource("SphereMesh_ufxkl")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Player" unique_id=576394629]
shape = SubResource("SphereShape3D_ufxkl")
[node name="WorldEnvironment" type="WorldEnvironment" parent="Level" unique_id=520831362]
environment = SubResource("Environment_ufxkl")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="Level" unique_id=438599063]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 80, 0)
sky_mode = 1
[node name="StaticBody3D" type="StaticBody3D" parent="Level" unique_id=130495979]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/StaticBody3D" unique_id=1097271189]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.41479492, 2.3623657, -0.62994385)
shape = SubResource("BoxShape3D_vlr3u")
script = ExtResource("5_7jktm")
[node name="StaticBody3D2" type="StaticBody3D" parent="Level" unique_id=765331073]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/StaticBody3D2" unique_id=407375134]
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 4.528, 1, -13.146)
shape = SubResource("BoxShape3D_a5lrf")
script = ExtResource("5_7jktm")
|