-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProC7E7.tmp
More file actions
113 lines (94 loc) · 3.82 KB
/
Copy pathProC7E7.tmp
File metadata and controls
113 lines (94 loc) · 3.82 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[gd_scene load_steps=15 format=3 uid="uid://cur2amrgu872u"]
[ext_resource type="Script" path="res://Projectiles/Projectile.gd" id="1_vflds"]
[ext_resource type="Texture2D" uid="uid://d13tu153gpm6m" path="res://Projectiles/rustic-splash-texture-abstract-background-weathered-surface-and-shape-graphic-illustration-with-transparent-background-free-png.png" id="2_74phb"]
[ext_resource type="Shader" path="res://Projectiles/shaders/SketchyOutline.gdshader" id="2_k185p"]
[sub_resource type="SphereShape3D" id="SphereShape3D_3aovc"]
[sub_resource type="Gradient" id="Gradient_n8l2v"]
[sub_resource type="GradientTexture2D" id="GradientTexture2D_n6p23"]
gradient = SubResource("Gradient_n8l2v")
fill_from = Vector2(0, 0.129534)
[sub_resource type="Gradient" id="Gradient_7qlvp"]
[sub_resource type="FastNoiseLite" id="FastNoiseLite_rfehv"]
fractal_type = 3
fractal_octaves = 10
fractal_lacunarity = 1.47
fractal_gain = -0.07
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_kding"]
color_ramp = SubResource("Gradient_7qlvp")
noise = SubResource("FastNoiseLite_rfehv")
[sub_resource type="ShaderMaterial" id="ShaderMaterial_rg0vk"]
render_priority = 0
shader = ExtResource("2_k185p")
shader_parameter/outline_color = Color(0, 0, 0, 1)
shader_parameter/scissor_value = 0.895
shader_parameter/uv_scale = Vector2(0.185, 6.935)
shader_parameter/outline_size = -0.11
shader_parameter/offset_fres = 1.5
shader_parameter/fps = 1.0
shader_parameter/outline_noise_tex = SubResource("NoiseTexture2D_kding")
shader_parameter/falloff_curve = SubResource("GradientTexture2D_n6p23")
[sub_resource type="SphereMesh" id="SphereMesh_v27mp"]
[sub_resource type="Animation" id="Animation_ibbkh"]
resource_name = "Player"
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("MeshInstance3D:scale")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.310278),
"transitions": PackedFloat32Array(1, 0.840896),
"update": 0,
"values": [Vector3(0.383, 0.383, 0.383), Vector3(0.74302, 0.74302, 0.74302)]
}
[sub_resource type="Animation" id="Animation_yq71x"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("MeshInstance3D:scale")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0.74302, 0.74302, 0.74302)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_i2yx7"]
_data = {
"Player": SubResource("Animation_ibbkh"),
"RESET": SubResource("Animation_yq71x")
}
[node name="MeshInstance3D" type="RigidBody3D" node_paths=PackedStringArray("animationplayer")]
collision_layer = 0
collision_mask = 3
mass = 0.01
gravity_scale = 0.0
max_contacts_reported = 1
contact_monitor = true
script = ExtResource("1_vflds")
animationplayer = NodePath("AnimationPlayer")
type = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_3aovc")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.74302, 0, 0, 0, 0.74302, 0, 0, 0, 0.74302, 0, 0, 0)
layers = 3
material_override = SubResource("ShaderMaterial_rg0vk")
mesh = SubResource("SphereMesh_v27mp")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_i2yx7")
}
[node name="Decal" type="Decal" parent="."]
transform = Transform3D(0.400363, 0, 0, 0, -2.96293e-08, -0.400363, 0, 0.677839, -1.75004e-08, 0, 0, -0.153359)
visible = false
texture_albedo = ExtResource("2_74phb")
upper_fade = 1e-05
lower_fade = 1e+06
cull_mask = 1047553
[node name="RayCast3D" type="RayCast3D" parent="Decal"]
transform = Transform3D(1, 0, 0, 0, 3.82861, -3.55271e-15, 0, 8.52651e-14, 1, 0, 0, 0)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]