mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
73df849e4f
On branch feat/godot-configurator Changes to be committed: new file: tools/configurator/assets/graphics/retrodeck_base.png new file: tools/configurator/assets/graphics/retrodeck_base.png.import new file: tools/configurator/assets/graphics/retrodeck_base_anim.png new file: tools/configurator/assets/graphics/retrodeck_base_anim.png.import new file: tools/configurator/assets/graphics/retrodeck_base_anim.xcf new file: tools/configurator/assets/graphics/retrodeck_base_shake0.png new file: tools/configurator/assets/graphics/retrodeck_base_shake0.png.import new file: tools/configurator/assets/graphics/retrodeck_base_shake1.png new file: tools/configurator/assets/graphics/retrodeck_base_shake1.png.import new file: tools/configurator/assets/graphics/retrodeck_base_shake2.png new file: tools/configurator/assets/graphics/retrodeck_base_shake2.png.import new file: tools/configurator/assets/graphics/retrodeck_base_shake3.png new file: tools/configurator/assets/graphics/retrodeck_base_shake3.png.import new file: tools/configurator/assets/graphics/retrodeck_base_shake4.png new file: tools/configurator/assets/graphics/retrodeck_base_shake4.png.import new file: tools/configurator/rekku_animated.tscn modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://cb4fvsgnwsf4q"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://jw1s5l1dhufg" path="res://assets/graphics/Rekku/rekku-idle.png" id="1_rnwrc"]
|
|
[ext_resource type="Texture2D" uid="uid://pjf86q3d6375" path="res://assets/graphics/Rekku/rekku-blink-up.png" id="2_idjj5"]
|
|
[ext_resource type="Texture2D" uid="uid://dym6yad66luyl" path="res://assets/graphics/Rekku/rekku-blink-down.png" id="3_tdr5m"]
|
|
[ext_resource type="Texture2D" uid="uid://dp0lb1sy2cl0i" path="res://assets/graphics/Rekku/rekku-speak1.png" id="4_2j71n"]
|
|
[ext_resource type="Texture2D" uid="uid://r7fihohhmfau" path="res://assets/graphics/Rekku/rekku-speak2.png" id="5_uqvm4"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_e62bh"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("1_rnwrc")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_idjj5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_tdr5m")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_2j71n")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_uqvm4")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_2j71n")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_2j71n")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_uqvm4")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_uqvm4")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_tdr5m")
|
|
}],
|
|
"loop": false,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="rekku_animated" type="AnimatedSprite2D"]
|
|
position = Vector2(1113, 566)
|
|
scale = Vector2(0.238281, 0.270508)
|
|
sprite_frames = SubResource("SpriteFrames_e62bh")
|
|
frame = 9
|
|
frame_progress = 1.0
|