-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadd_progress.tscn
More file actions
27 lines (21 loc) · 852 Bytes
/
add_progress.tscn
File metadata and controls
27 lines (21 loc) · 852 Bytes
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://add_progress.gd" type="Script" id=1]
[sub_resource type="Curve" id=1]
_data = [ Vector2( 0, 1 ), 0.0, 6.75, 0, 0, Vector2( 0.496503, 0.495454 ), 0.497873, 0.497873, 0, 0, Vector2( 1, 0 ), -4.19546, 0.0, 0, 0 ]
[sub_resource type="Gradient" id=2]
interpolation_mode = 2
colors = PoolColorArray( 1, 1, 1, 1, 1, 0.347656, 0.347656, 1 )
[node name="add_progress" type="CPUParticles2D"]
amount = 128
lifetime = 2.5
explosiveness = 0.23
randomness = 1.0
local_coords = false
gravity = Vector2( 0, 0 )
scale_amount = 10.0
scale_amount_curve = SubResource( 1 )
color = Color( 1, 0.94902, 0.392157, 1 )
color_ramp = SubResource( 2 )
script = ExtResource( 1 )
[node name="Tween" type="Tween" parent="."]
[connection signal="tween_completed" from="Tween" to="." method="_on_Tween_tween_completed"]