-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathMainScene.tscn
71 lines (51 loc) · 3.23 KB
/
MainScene.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
[gd_scene load_steps=12 format=3 uid="uid://os6mycqxmxb3"]
[ext_resource type="Script" path="res://CharacterBody3D.gd" id="1_cnumv"]
[ext_resource type="Script" path="res://Trail3D.gd" id="2_n6xy7"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_kjl74"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_xyms8"]
[sub_resource type="Gradient" id="Gradient_fds4x"]
colors = PackedColorArray(0.952941, 0.34902, 0.317647, 0.745098, 0.892921, 0.45847, 0.709265, 0.760784)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_ih4d6"]
gradient = SubResource("Gradient_fds4x")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wcfm6"]
transparency = 1
blend_mode = 1
cull_mode = 2
shading_mode = 0
vertex_color_use_as_albedo = true
albedo_color = Color(0.996078, 0.639216, 1, 1)
albedo_texture = SubResource("GradientTexture2D_ih4d6")
[sub_resource type="ImmediateMesh" id="ImmediateMesh_vgym8"]
[sub_resource type="BoxMesh" id="BoxMesh_4ov2t"]
size = Vector3(30, 1, 30)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_g18ay"]
albedo_color = Color(0.301961, 0.301961, 0.301961, 1)
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_s2mxv"]
data = PackedVector3Array(-15, 0.5, 15, 15, 0.5, 15, -15, -0.5, 15, 15, 0.5, 15, 15, -0.5, 15, -15, -0.5, 15, 15, 0.5, -15, -15, 0.5, -15, 15, -0.5, -15, -15, 0.5, -15, -15, -0.5, -15, 15, -0.5, -15, 15, 0.5, 15, 15, 0.5, -15, 15, -0.5, 15, 15, 0.5, -15, 15, -0.5, -15, 15, -0.5, 15, -15, 0.5, -15, -15, 0.5, 15, -15, -0.5, -15, -15, 0.5, 15, -15, -0.5, 15, -15, -0.5, -15, 15, 0.5, 15, -15, 0.5, 15, 15, 0.5, -15, -15, 0.5, 15, -15, 0.5, -15, 15, 0.5, -15, -15, -0.5, 15, 15, -0.5, 15, -15, -0.5, -15, 15, -0.5, 15, 15, -0.5, -15, -15, -0.5, -15)
[node name="Main" type="Node3D"]
[node name="CharacterBody3D" type="CharacterBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.1465, 1.5, 0.564428)
script = ExtResource("1_cnumv")
[node name="MeshInstance3D" type="MeshInstance3D" parent="CharacterBody3D"]
mesh = SubResource("CapsuleMesh_kjl74")
[node name="CollisionShape3D" type="CollisionShape3D" parent="CharacterBody3D"]
shape = SubResource("CapsuleShape3D_xyms8")
[node name="Camera3D" type="Camera3D" parent="CharacterBody3D"]
transform = Transform3D(1, 0, 0, 0, 0.961579, 0.27453, 0, -0.27453, 0.961579, 0, 3.27054, 9.00701)
[node name="Trail3D" type="MeshInstance3D" parent="CharacterBody3D"]
transform = Transform3D(0.0541134, 0, 0.998535, 0, 1, 0, -0.998535, 0, 0.0541134, -0.188318, 0, 0.284232)
material_override = SubResource("StandardMaterial3D_wcfm6")
mesh = SubResource("ImmediateMesh_vgym8")
script = ExtResource("2_n6xy7")
fromWidth = 0.565
lifespan = 2.0
scaleTexture = false
colorInterpolationMode = 3
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_4ov2t")
surface_material_override/0 = SubResource("StandardMaterial3D_g18ay")
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_s2mxv")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.633867, 0.773442, 0, -0.773442, 0.633867, 0, 8.2178, 0)