|
@@ -0,0 +1,70 @@
|
|
|
+[gd_scene load_steps=15 format=3 uid="uid://dh572lst5hqr4"]
|
|
|
+
|
|
|
+[ext_resource type="Script" path="res://assets/scenes/intro.gd" id="1_f6nbx"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://d1886uim354cb" path="res://assets/textures/intro/story_1.jpg" id="1_lvypd"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://dkili3ejblmto" path="res://assets/textures/intro/story_2.jpg" id="2_omvjn"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://b26jupgg2q5th" path="res://assets/textures/intro/story_3.jpg" id="3_ndro8"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://cis4f03un6mf4" path="res://assets/textures/intro/story_4.jpg" id="4_p8mqt"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://dnq06j5dvwux6" path="res://assets/textures/intro/story_5.jpg" id="5_socyx"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://dt2euiru28ylj" path="res://assets/textures/intro/story_6.jpg" id="6_qp0i4"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://cwfcl6f6xmgfg" path="res://assets/textures/intro/story_7.jpg" id="7_g463u"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://b2qmkvu7eovwy" path="res://assets/textures/intro/story_8.jpg" id="8_jllap"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://bjgvyhfvqx6ju" path="res://assets/textures/intro/story_9.jpg" id="9_a3y3o"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://c08y6d5jmb0m1" path="res://assets/textures/intro/story_10.jpg" id="10_ctola"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://ckd2q863dj2ge" path="res://assets/textures/intro/story_11.jpg" id="11_8cus1"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://bvpmd6d7oqf12" path="res://assets/textures/intro/story_12.jpg" id="12_e6jqo"]
|
|
|
+
|
|
|
+[sub_resource type="SpriteFrames" id="SpriteFrames_xnc3f"]
|
|
|
+animations = [{
|
|
|
+"frames": [{
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("1_lvypd")
|
|
|
+}, {
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("2_omvjn")
|
|
|
+}, {
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("3_ndro8")
|
|
|
+}, {
|
|
|
+"duration": 1.5,
|
|
|
+"texture": ExtResource("4_p8mqt")
|
|
|
+}, {
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("5_socyx")
|
|
|
+}, {
|
|
|
+"duration": 2.5,
|
|
|
+"texture": ExtResource("6_qp0i4")
|
|
|
+}, {
|
|
|
+"duration": 2.0,
|
|
|
+"texture": ExtResource("7_g463u")
|
|
|
+}, {
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("8_jllap")
|
|
|
+}, {
|
|
|
+"duration": 2.5,
|
|
|
+"texture": ExtResource("9_a3y3o")
|
|
|
+}, {
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("10_ctola")
|
|
|
+}, {
|
|
|
+"duration": 1.0,
|
|
|
+"texture": ExtResource("11_8cus1")
|
|
|
+}, {
|
|
|
+"duration": 1.5,
|
|
|
+"texture": ExtResource("12_e6jqo")
|
|
|
+}],
|
|
|
+"loop": false,
|
|
|
+"name": &"default",
|
|
|
+"speed": 0.7
|
|
|
+}]
|
|
|
+
|
|
|
+[node name="Intro" type="Node2D" groups=["intro"]]
|
|
|
+z_index = 3000
|
|
|
+script = ExtResource("1_f6nbx")
|
|
|
+
|
|
|
+[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
|
+position = Vector2(640, 360)
|
|
|
+scale = Vector2(0.5, 0.5)
|
|
|
+sprite_frames = SubResource("SpriteFrames_xnc3f")
|
|
|
+
|
|
|
+[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animation_finished"]
|