-
Notifications
You must be signed in to change notification settings - Fork 3
/
warp_effect.tscn
28 lines (25 loc) · 1.49 KB
/
warp_effect.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
[gd_scene load_steps=13 format=2]
[ext_resource path="res://assets/warp effect/warp_frame1.png" type="Texture2D" id=1]
[ext_resource path="res://assets/warp effect/warp_frame2.png" type="Texture2D" id=2]
[ext_resource path="res://assets/warp effect/warp_frame3.png" type="Texture2D" id=3]
[ext_resource path="res://assets/warp effect/warp_frame4.png" type="Texture2D" id=4]
[ext_resource path="res://assets/warp effect/warp_frame5.png" type="Texture2D" id=5]
[ext_resource path="res://assets/warp effect/warp_frame6.png" type="Texture2D" id=6]
[ext_resource path="res://assets/warp effect/warp_frame7.png" type="Texture2D" id=7]
[ext_resource path="res://assets/warp effect/warp_frame8.png" type="Texture2D" id=8]
[ext_resource path="res://assets/warp effect/warp_frame9.png" type="Texture2D" id=9]
[ext_resource path="res://assets/explosion/explode7.png" type="Texture2D" id=10]
[ext_resource path="res://warp_effect.gd" type="Script" id=11]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 1 ), ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ) ],
"loop": false,
"name": "default",
"speed": 10.0
} ]
[node name="AnimatedSprite2D" type="AnimatedSprite2D"]
modulate = Color( 1, 1, 1, 0.752941 )
scale = Vector2( 0.5, 0.5 )
frames = SubResource( 1 )
script = ExtResource( 11 )
[connection signal="animation_finished" from="." to="." method="_on_explosion_animation_finished"]