34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://b16tycjrc63ll"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cks2r7alhftha" path="res://UI/Juicing/Juicer1.png" id="1_n4erh"]
|
|
[ext_resource type="Texture2D" uid="uid://sjs6eomwdd08" path="res://UI/Juicing/Juicer2.png" id="2_crf4w"]
|
|
[ext_resource type="Texture2D" uid="uid://7icusg0hgqac" path="res://UI/Juicing/Juicer3.png" id="3_wna67"]
|
|
[ext_resource type="Texture2D" uid="uid://m6rypsqeoro8" path="res://UI/Juicing/Juicer4.png" id="4_nlo6b"]
|
|
[ext_resource type="Script" path="res://UI/Juicing/juicer_animation.gd" id="5_7pv28"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_21f1y"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("1_n4erh")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_crf4w")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_wna67")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_nlo6b")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 10.0
|
|
}]
|
|
|
|
[node name="JuicerAnimation" type="AnimatedSprite2D"]
|
|
scale = Vector2(1.4, 1.4)
|
|
sprite_frames = SubResource("SpriteFrames_21f1y")
|
|
frame_progress = 0.982845
|
|
script = ExtResource("5_7pv28")
|