-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSparks.tscn
39 lines (32 loc) · 1.03 KB
/
Sparks.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
[gd_scene load_steps=7 format=2]
[ext_resource path="res://textures/spark.png" type="Texture" id=1]
[sub_resource type="Curve" id=1]
max_value = 1000.0
_data = [ Vector2( 0.00428528, 159 ), 0.0, 0.0, 0, 0, Vector2( 1, 106.2 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="CurveTexture" id=2]
curve = SubResource( 1 )
[sub_resource type="Curve" id=3]
_data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.681971, 0 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="CurveTexture" id=4]
curve = SubResource( 3 )
[sub_resource type="ParticlesMaterial" id=5]
flag_disable_z = true
spread = 180.0
gravity = Vector3( 0, 0, 0 )
initial_velocity = 287.35
initial_velocity_random = 0.57
orbit_velocity = 0.0
orbit_velocity_random = 0.0
damping = 100.0
damping_curve = SubResource( 2 )
scale = 0.5
scale_random = 0.17
scale_curve = SubResource( 4 )
hue_variation = 0.01
hue_variation_random = 0.6
[node name="Sparks" type="Particles2D"]
position = Vector2( 322.409, 189.092 )
lifetime = 0.5
explosiveness = 0.85
process_material = SubResource( 5 )
texture = ExtResource( 1 )