-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmitochondria.tscn
32 lines (28 loc) · 929 Bytes
/
mitochondria.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
[gd_scene load_steps=4 format=3 uid="uid://dgm2tf2frjsuw"]
[ext_resource type="Texture2D" uid="uid://dta8ucnffe3ld" path="res://sprites/Mitochondria/Mitochondria.png" id="1_y4sua"]
[ext_resource type="Texture2D" uid="uid://f52f22d765fg" path="res://sprites/Mitochondria/MitochondriaActivated.png" id="2_7ekrb"]
[sub_resource type="SpriteFrames" id="SpriteFrames_ugb65"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_y4sua")
}, {
"duration": 1.0,
"texture": ExtResource("2_7ekrb")
}, {
"duration": 1.0,
"texture": ExtResource("1_y4sua")
}],
"loop": false,
"name": &"activate",
"speed": 10.0
}]
[node name="Mitochondria" type="Mitochondria"]
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
z_index = 1
position = Vector2(13.9458, -30.4625)
scale = Vector2(0.0739614, 0.0739614)
sprite_frames = SubResource("SpriteFrames_ugb65")
animation = &"activate"
frame = 2
frame_progress = 1.0