-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMain.tscn
98 lines (65 loc) · 3.44 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
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
87
88
89
90
91
92
93
94
95
96
97
98
[gd_scene load_steps=14 format=3 uid="uid://ci63q8vcnjm6o"]
[ext_resource type="Script" path="res://player.gd" id="1"]
[ext_resource type="Script" path="res://main.gd" id="2"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_5quk0"]
rough = true
[sub_resource type="BoxShape3D" id="1"]
[sub_resource type="BoxMesh" id="2"]
[sub_resource type="CapsuleShape3D" id="3"]
[sub_resource type="CapsuleMesh" id="4"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5prf8"]
vertex_color_use_as_albedo = true
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4ekmw"]
vertex_color_use_as_albedo = true
albedo_color = Color(0, 0.368627, 1, 1)
[sub_resource type="BoxMesh" id="8"]
[sub_resource type="BoxShape3D" id="9"]
[sub_resource type="BoxShape3D" id="10"]
size = Vector3(11.4029, 8.63682, 7.24694)
[sub_resource type="Environment" id="Environment_y8c0p"]
sdfgi_enabled = true
[node name="Main" type="Node3D"]
script = ExtResource("2")
[node name="Floor" type="StaticBody3D" parent="."]
transform = Transform3D(10, 0, 0, 0, 0.1, 0, 0, 0, 10, 0, 0, 0)
physics_material_override = SubResource("PhysicsMaterial_5quk0")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Floor"]
shape = SubResource("1")
[node name="MeshInstance3D" type="MeshInstance3D" parent="Floor"]
mesh = SubResource("2")
[node name="WhiteCapsule" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 1.43038, 1.52261, 3.48358)
linear_damp = 10.0
script = ExtResource("1")
[node name="CollisionShape3D" type="CollisionShape3D" parent="WhiteCapsule"]
shape = SubResource("3")
[node name="MeshInstance3D" type="MeshInstance3D" parent="WhiteCapsule"]
mesh = SubResource("4")
surface_material_override/0 = SubResource("StandardMaterial3D_5prf8")
[node name="Marker3D" type="Marker3D" parent="WhiteCapsule"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.17163, 0.0940488, -0.946365)
[node name="BlueCapsule" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -4.50475, 4.59888, 2.91095)
[node name="CollisionShape3D" type="CollisionShape3D" parent="BlueCapsule"]
shape = SubResource("3")
[node name="MeshInstance3D" type="MeshInstance3D" parent="BlueCapsule"]
mesh = SubResource("4")
surface_material_override/0 = SubResource("StandardMaterial3D_4ekmw")
[node name="Marker3D" type="Marker3D" parent="BlueCapsule"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.880831, -0.159757, -1.28567)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(-1, -1.80553e-08, 8.5538e-08, 0, 0.978441, 0.206529, -8.74228e-08, 0.206529, -0.978441, -0.599, 4.546, -11.339)
[node name="Wall" type="StaticBody3D" parent="."]
transform = Transform3D(0.5, 0, 0, 0, 5, 0, 0, 0, 10, 8.21155, 2.03708, 0.0367975)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Wall"]
mesh = SubResource("8")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Wall"]
shape = SubResource("9")
[node name="Marker3D" type="Marker3D" parent="Wall"]
[node name="Area3D" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("10")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.275973, 0.961165, 0, -0.961165, 0.275973, 0, 0.782934, 0)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_y8c0p")