GameGenPresentation/slides/slide8.tscn
2024-02-23 15:06:39 +01:00

78 lines
2.1 KiB
Text

[gd_scene load_steps=10 format=3 uid="uid://c4vioc2ter4jt"]
[ext_resource type="Texture2D" uid="uid://ipg3mbqg7dwe" path="res://resources/backgrounds/Geri2.png" id="1_hdhvs"]
[ext_resource type="Texture2D" uid="uid://v7o2gj2dilmb" path="res://resources/sprites/catarina.png" id="2_vc4tq"]
[ext_resource type="Texture2D" uid="uid://n8dcsngqf7vi" path="res://resources/sprites/furfles.png" id="3_7yijq"]
[sub_resource type="AtlasTexture" id="AtlasTexture_k6ffe"]
atlas = ExtResource("2_vc4tq")
region = Rect2(0, 0, 102, 95)
[sub_resource type="AtlasTexture" id="AtlasTexture_uorqa"]
atlas = ExtResource("2_vc4tq")
region = Rect2(102, 0, 102, 95)
[sub_resource type="SpriteFrames" id="SpriteFrames_7rmcn"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_k6ffe")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_uorqa")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
[sub_resource type="AtlasTexture" id="AtlasTexture_aa4s8"]
atlas = ExtResource("3_7yijq")
region = Rect2(0, 0, 102, 95)
[sub_resource type="AtlasTexture" id="AtlasTexture_maruu"]
atlas = ExtResource("3_7yijq")
region = Rect2(102, 0, 102, 95)
[sub_resource type="SpriteFrames" id="SpriteFrames_dtclq"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_aa4s8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_maruu")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
[node name="Slide8" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -960.0
offset_bottom = -540.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_hdhvs")
[node name="AnimatedSprite2D2" type="AnimatedSprite2D" parent="."]
position = Vector2(200, 75)
sprite_frames = SubResource("SpriteFrames_7rmcn")
autoplay = "default"
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
position = Vector2(410, 226)
sprite_frames = SubResource("SpriteFrames_dtclq")
autoplay = "default"
frame = 1
frame_progress = 0.964135