fix: Updated slide images

This commit is contained in:
Gerard Gascón 2024-02-24 23:34:34 +01:00
parent f9ce545f0b
commit 67665448f3
6 changed files with 96 additions and 5 deletions

View file

@ -1,6 +1,29 @@
[gd_scene load_steps=2 format=3 uid="uid://cut0ommu2b1p4"]
[gd_scene load_steps=6 format=3 uid="uid://cut0ommu2b1p4"]
[ext_resource type="Texture2D" uid="uid://be755kt7i2wkh" path="res://resources/backgrounds/slide38.png" id="1_0jmgk"]
[ext_resource type="Texture2D" uid="uid://b0mgew85ag0tu" path="res://resources/sprites/tried-Sheet.png" id="2_ubrc4"]
[sub_resource type="AtlasTexture" id="AtlasTexture_4ulq1"]
atlas = ExtResource("2_ubrc4")
region = Rect2(0, 0, 189, 174)
[sub_resource type="AtlasTexture" id="AtlasTexture_lhe5c"]
atlas = ExtResource("2_ubrc4")
region = Rect2(189, 0, 189, 174)
[sub_resource type="SpriteFrames" id="SpriteFrames_86ws3"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_4ulq1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_lhe5c")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
[node name="slide38" type="Control"]
layout_mode = 3
@ -21,3 +44,8 @@ offset_right = 40.0
offset_bottom = 40.0
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_0jmgk")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
position = Vector2(170, 296)
sprite_frames = SubResource("SpriteFrames_86ws3")
autoplay = "default"