[gd_scene load_steps=6 format=2] [ext_resource path="res://art/Paralax_loading_screen.png" type="Texture" id=1] [ext_resource path="res://art/Loading.png" type="Texture" id=2] [ext_resource path="res://art/Loading 2.png" type="Texture" id=3] [ext_resource path="res://art/Loading 3.png" type="Texture" id=4] [sub_resource type="SpriteFrames" id=1] animations = [ { "frames": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ) ], "loop": true, "name": "Loading", "speed": 3.0 } ] [node name="Sprite" type="Sprite"] position = Vector2( 2, 0 ) texture = ExtResource( 1 ) centered = false [node name="AnimatedSprite" type="AnimatedSprite" parent="."] position = Vector2( 160, 90 ) frames = SubResource( 1 ) animation = "Loading" playing = true