-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBurningEFX.tscn
64 lines (51 loc) · 1.46 KB
/
BurningEFX.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
[gd_scene load_steps=5 format=1]
[ext_resource path="res://script/BurningEFX.gd" type="Script" id=1]
[ext_resource path="res://gfx/burn-efx.png" type="Texture" id=2]
[sub_resource type="Animation" id=1]
resource/name = "Blink"
length = 2.0
loop = true
step = 0.1
tracks/0/type = "value"
tracks/0/path = NodePath("Sprite:visibility/opacity")
tracks/0/interp = 1
tracks/0/imported = false
tracks/0/keys = {
"times": FloatArray( 0, 1, 1.4, 2 ),
"transitions": FloatArray( 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.3, 0.3, 0.0 ]
}
[sub_resource type="Animation" id=2]
resource/name = "Default"
length = 1.0
loop = false
step = 0.1
tracks/0/type = "value"
tracks/0/path = NodePath("Sprite:visibility/opacity")
tracks/0/interp = 1
tracks/0/imported = false
tracks/0/keys = {
"times": FloatArray( 0 ),
"transitions": FloatArray( 1 ),
"update": 0,
"values": [ 0.0 ]
}
[node name="BurningEFX" type="Node2D"]
script/script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
visibility/opacity = 0.3
transform/pos = Vector2( 1.90735e-06, -5.24521e-06 )
transform/scale = Vector2( 0.933333, 0.933333 )
texture = ExtResource( 2 )
modulate = Color( 0.890625, 0.0800171, 0.0800171, 1 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
playback/process_mode = 1
playback/default_blend_time = 0.0
root/root = NodePath("..")
anims/Blink = SubResource( 1 )
anims/Default = SubResource( 2 )
playback/active = true
playback/speed = 1.0
blend_times = [ ]
autoplay = ""