✨ Added animated loading screen
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bwjuo78b3oo7n"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dhe7lqffdcrmd" path="res://art/animation/Loading Screen Frames/Loading_Screen-1.png" id="1_ffxy5"]
|
||||
[ext_resource type="Texture2D" uid="uid://cdx58mdv0x66c" path="res://art/animation/Loading Screen Frames/Loading_Screen-2.png" id="2_seadj"]
|
||||
[ext_resource type="Texture2D" uid="uid://iakxy3c2wit6" path="res://art/animation/Loading Screen Frames/Loading_Screen-3.png" id="3_lsm2p"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdcgyhrmxr2u7" path="res://art/animation/Loading Screen Frames/Loading_Screen-4.png" id="4_s7rxg"]
|
||||
[ext_resource type="Texture2D" uid="uid://pmit8lgrw74k" path="res://art/animation/Loading Screen Frames/Loading_Screen-5.png" id="5_1nh3o"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_dmyx6"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("1_ffxy5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_seadj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_lsm2p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_s7rxg")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_1nh3o")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="LoadingScreen" type="Node2D"]
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="CanvasLayer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="CanvasLayer"]
|
||||
position = Vector2(966, 293)
|
||||
sprite_frames = SubResource("SpriteFrames_dmyx6")
|
||||
frame_progress = 0.8263522
|
||||
Reference in New Issue
Block a user