-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSidebar.tscn
77 lines (70 loc) · 1.93 KB
/
Sidebar.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
[gd_scene load_steps=13 format=2]
[ext_resource path="res://Sidebar/Assets/Grocery.png" type="Texture" id=1]
[ext_resource path="res://Sidebar/Assets/Accumulation.png" type="Texture" id=2]
[ext_resource path="res://Sidebar/Assets/Warning.png" type="Texture" id=3]
[ext_resource path="res://Sidebar/Assets/Dog.png" type="Texture" id=4]
[ext_resource path="res://Sidebar/Assets/Illuminati.png" type="Texture" id=5]
[ext_resource path="res://Sidebar/Assets/Mark.png" type="Texture" id=6]
[ext_resource path="res://Sidebar/Assets/Nicholas.png" type="Texture" id=7]
[ext_resource path="res://Sidebar/Assets/Power outage.png" type="Texture" id=8]
[ext_resource path="res://Sidebar/Assets/Yeti.png" type="Texture" id=9]
[ext_resource path="res://Sidebar/Assets/Kids having fun.png" type="Texture" id=10]
[ext_resource path="res://Sidebar/Sidebar.gd" type="Script" id=11]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 1 ) ],
"loop": true,
"name": "grocery",
"speed": 5.0
}, {
"frames": [ ExtResource( 2 ) ],
"loop": true,
"name": "accumulation",
"speed": 5.0
}, {
"frames": [ ExtResource( 3 ) ],
"loop": true,
"name": "warning",
"speed": 5.0
}, {
"frames": [ ExtResource( 4 ) ],
"loop": true,
"name": "dog",
"speed": 5.0
}, {
"frames": [ ExtResource( 5 ) ],
"loop": true,
"name": "illuminati",
"speed": 5.0
}, {
"frames": [ ExtResource( 6 ) ],
"loop": true,
"name": "mark",
"speed": 5.0
}, {
"frames": [ ExtResource( 7 ) ],
"loop": true,
"name": "nicholas",
"speed": 5.0
}, {
"frames": [ ExtResource( 8 ) ],
"loop": true,
"name": "power_outage",
"speed": 5.0
}, {
"frames": [ ExtResource( 9 ) ],
"loop": true,
"name": "yeti",
"speed": 5.0
}, {
"frames": [ ExtResource( 10 ) ],
"loop": true,
"name": "kids_having_fun",
"speed": 5.0
} ]
[node name="Sidebar" type="AnimatedSprite" index="0"]
position = Vector2( 1144.36, 107.86 )
frames = SubResource( 1 )
animation = "accumulation"
script = ExtResource( 11 )
_sections_unfolded = [ "Transform" ]