-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReloj.tscn
More file actions
33 lines (27 loc) · 757 Bytes
/
Reloj.tscn
File metadata and controls
33 lines (27 loc) · 757 Bytes
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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Sprites/reloj.png" type="Texture" id=1]
[sub_resource type="AtlasTexture" id=1]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 118, 178 )
[sub_resource type="AtlasTexture" id=2]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 118, 0, 118, 178 )
[sub_resource type="AtlasTexture" id=3]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 236, 0, 118, 178 )
[sub_resource type="SpriteFrames" id=4]
animations = [ {
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ) ],
"loop": true,
"name": "Reloj",
"speed": 7.0
} ]
[node name="Reloj" type="AnimatedSprite"]
scale = Vector2( 0.258033, 0.243284 )
frames = SubResource( 4 )
animation = "Reloj"
frame = 1
playing = true