-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAnimatedPortal.tscn
28 lines (24 loc) · 1.25 KB
/
AnimatedPortal.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=12 format=2]
[ext_resource path="res://assets/Portal/frame_0_delay-0.1s.png" type="Texture" id=1]
[ext_resource path="res://assets/Portal/frame_1_delay-0.1s.png" type="Texture" id=2]
[ext_resource path="res://assets/Portal/frame_2_delay-0.1s.png" type="Texture" id=3]
[ext_resource path="res://assets/Portal/frame_3_delay-0.1s.png" type="Texture" id=4]
[ext_resource path="res://assets/Portal/frame_4_delay-0.1s.png" type="Texture" id=5]
[ext_resource path="res://assets/Portal/frame_5_delay-0.1s.png" type="Texture" id=6]
[ext_resource path="res://assets/Portal/frame_6_delay-0.1s.png" type="Texture" id=7]
[ext_resource path="res://assets/Portal/frame_7_delay-0.1s.png" type="Texture" id=8]
[ext_resource path="res://assets/Portal/frame_8_delay-0.1s.png" type="Texture" id=9]
[sub_resource type="CanvasItemMaterial" id=2]
blend_mode = 1
[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 ) ],
"loop": true,
"name": "default",
"speed": 25.0
} ]
[node name="AnimatedSprite" type="AnimatedSprite"]
material = SubResource( 2 )
frames = SubResource( 1 )
frame = 7
playing = true