-
Notifications
You must be signed in to change notification settings - Fork 2
/
Smoke.tscn
99 lines (94 loc) · 4.14 KB
/
Smoke.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
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
[gd_scene load_steps=29 format=2]
[ext_resource path="res://assets/gfx/particles/blackSmoke00.png" type="Texture" id=1]
[ext_resource path="res://assets/gfx/particles/blackSmoke10.png" type="Texture" id=2]
[ext_resource path="res://assets/gfx/particles/blackSmoke06.png" type="Texture" id=3]
[ext_resource path="res://assets/gfx/particles/blackSmoke11.png" type="Texture" id=4]
[ext_resource path="res://assets/gfx/particles/blackSmoke09.png" type="Texture" id=5]
[ext_resource path="res://assets/gfx/particles/blackSmoke07.png" type="Texture" id=6]
[ext_resource path="res://assets/gfx/particles/blackSmoke01.png" type="Texture" id=7]
[ext_resource path="res://assets/gfx/particles/blackSmoke02.png" type="Texture" id=8]
[ext_resource path="res://assets/gfx/particles/blackSmoke23.png" type="Texture" id=9]
[ext_resource path="res://assets/gfx/particles/blackSmoke17.png" type="Texture" id=10]
[ext_resource path="res://assets/gfx/particles/blackSmoke03.png" type="Texture" id=11]
[ext_resource path="res://assets/gfx/particles/blackSmoke21.png" type="Texture" id=12]
[ext_resource path="res://assets/gfx/particles/blackSmoke04.png" type="Texture" id=13]
[ext_resource path="res://assets/gfx/particles/blackSmoke15.png" type="Texture" id=14]
[ext_resource path="res://assets/gfx/particles/blackSmoke16.png" type="Texture" id=15]
[ext_resource path="res://assets/gfx/particles/blackSmoke19.png" type="Texture" id=16]
[ext_resource path="res://assets/gfx/particles/blackSmoke05.png" type="Texture" id=17]
[ext_resource path="res://assets/gfx/particles/blackSmoke22.png" type="Texture" id=18]
[ext_resource path="res://assets/gfx/particles/blackSmoke14.png" type="Texture" id=19]
[ext_resource path="res://assets/gfx/particles/blackSmoke08.png" type="Texture" id=20]
[ext_resource path="res://assets/gfx/particles/blackSmoke12.png" type="Texture" id=21]
[ext_resource path="res://assets/gfx/particles/blackSmoke13.png" type="Texture" id=22]
[ext_resource path="res://assets/gfx/particles/blackSmoke18.png" type="Texture" id=23]
[ext_resource path="res://assets/gfx/particles/blackSmoke24.png" type="Texture" id=24]
[ext_resource path="res://assets/gfx/particles/blackSmoke20.png" type="Texture" id=25]
[ext_resource path="res://Smoke.gd" type="Script" id=26]
[sub_resource type="AnimatedTexture" id=1]
flags = 5
frames = 25
frame_0/texture = ExtResource( 1 )
frame_1/texture = ExtResource( 7 )
frame_1/delay_sec = 0.0
frame_2/texture = ExtResource( 8 )
frame_2/delay_sec = 0.0
frame_3/texture = ExtResource( 11 )
frame_3/delay_sec = 0.0
frame_4/texture = ExtResource( 13 )
frame_4/delay_sec = 0.0
frame_5/texture = ExtResource( 17 )
frame_5/delay_sec = 0.0
frame_6/texture = ExtResource( 3 )
frame_6/delay_sec = 0.0
frame_7/texture = ExtResource( 6 )
frame_7/delay_sec = 0.0
frame_8/texture = ExtResource( 20 )
frame_8/delay_sec = 0.0
frame_9/texture = ExtResource( 5 )
frame_9/delay_sec = 0.0
frame_10/texture = ExtResource( 2 )
frame_10/delay_sec = 0.0
frame_11/texture = ExtResource( 4 )
frame_11/delay_sec = 0.0
frame_12/texture = ExtResource( 21 )
frame_12/delay_sec = 0.0
frame_13/texture = ExtResource( 22 )
frame_13/delay_sec = 0.0
frame_14/texture = ExtResource( 19 )
frame_14/delay_sec = 0.0
frame_15/texture = ExtResource( 14 )
frame_15/delay_sec = 0.0
frame_16/texture = ExtResource( 15 )
frame_16/delay_sec = 0.0
frame_17/texture = ExtResource( 10 )
frame_17/delay_sec = 0.0
frame_18/texture = ExtResource( 23 )
frame_18/delay_sec = 0.0
frame_19/texture = ExtResource( 16 )
frame_19/delay_sec = 0.0
frame_20/texture = ExtResource( 25 )
frame_20/delay_sec = 0.0
frame_21/texture = ExtResource( 12 )
frame_21/delay_sec = 0.0
frame_22/texture = ExtResource( 18 )
frame_22/delay_sec = 0.0
frame_23/texture = ExtResource( 9 )
frame_23/delay_sec = 0.0
frame_24/texture = ExtResource( 24 )
frame_24/delay_sec = 0.0
[sub_resource type="Gradient" id=2]
colors = PoolColorArray( 1, 1, 1, 1, 0, 0, 0, 0.25098 )
[node name="Smoke" type="Node2D" groups=[
"smoke",
]]
script = ExtResource( 26 )
[node name="particles" type="CPUParticles2D" parent="."]
amount = 1
local_coords = false
texture = SubResource( 1 )
direction = Vector2( -1, -1 )
gravity = Vector2( 0, 0 )
initial_velocity = 10.0
scale_amount = 0.216
color_ramp = SubResource( 2 )