-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexplosion.tscn
71 lines (56 loc) · 2.41 KB
/
explosion.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
[gd_scene load_steps=4 format=1]
[ext_resource path="res://explosion.gd" type="Script" id=1]
[ext_resource path="res://images/explosion.png" type="Texture" id=2]
[sub_resource type="Animation" id=1]
resource/name = "explode"
length = 0.6
loop = false
step = 0.1
tracks/0/type = "value"
tracks/0/path = NodePath("Big:visibility/visible")
tracks/0/interp = 1
tracks/0/keys = { "cont":false, "times":FloatArray( 0, 0.1, 0.3, 0.6 ), "transitions":FloatArray( 1, 1, 1, 1 ), "values":[ false, false, true, false ] }
tracks/1/type = "value"
tracks/1/path = NodePath("Medium:visibility/visible")
tracks/1/interp = 1
tracks/1/keys = { "cont":false, "times":FloatArray( 0, 0.1, 0.2, 0.3, 0.4, 0.6 ), "transitions":FloatArray( 1, 1, 1, 1, 1, 1 ), "values":[ false, false, true, false, true, false ] }
tracks/2/type = "value"
tracks/2/path = NodePath("Small:visibility/visible")
tracks/2/interp = 1
tracks/2/keys = { "cont":false, "times":FloatArray( 0, 0.1, 0.2 ), "transitions":FloatArray( 1, 1, 1 ), "values":[ false, true, false ] }
tracks/3/type = "value"
tracks/3/path = NodePath("Medium:modulate")
tracks/3/interp = 1
tracks/3/keys = { "cont":true, "times":FloatArray( 0.1, 0.3, 0.4, 0.5 ), "transitions":FloatArray( 1, 1, 1, 1 ), "values":[ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 0.752941, 0.752941, 0.753059, 1 ), Color( 0, 0, 0, 1 ) ] }
tracks/4/type = "value"
tracks/4/path = NodePath("Big:modulate")
tracks/4/interp = 1
tracks/4/keys = { "cont":true, "times":FloatArray( 0.1, 0.6 ), "transitions":FloatArray( 1, 1 ), "values":[ Color( 1, 1, 1, 1 ), Color( 0.752941, 0.752941, 0.753059, 1 ) ] }
[node name="Explosion" type="Node2D"]
script/script = ExtResource( 1 )
[node name="Big" type="Sprite" parent="."]
visibility/visible = false
texture = ExtResource( 2 )
modulate = Color( 0.752941, 0.752941, 0.753059, 1 )
region = true
region_rect = Rect2( 0, 0, 24, 16 )
[node name="Medium" type="Sprite" parent="."]
visibility/visible = false
texture = ExtResource( 2 )
modulate = Color( 0, 0, 0, 1 )
region = true
region_rect = Rect2( 3, 23, 19, 12 )
[node name="Small" type="Sprite" parent="."]
visibility/visible = false
texture = ExtResource( 2 )
region = true
region_rect = Rect2( 4, 42, 15, 10 )
[node name="anim" type="AnimationPlayer" parent="."]
playback/process_mode = 1
playback/default_blend_time = 0.0
root/root = NodePath("..")
anims/explode = SubResource( 1 )
playback/active = true
playback/speed = 1.0
blend_times = [ ]
autoplay = ""