khanat-client/scenes/interfaces/loading_screen/loading_screen.tscn

90 lines
4.3 KiB
Text

[gd_scene load_steps=25 format=2]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_0.png" type="Texture" id=1]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_5.png" type="Texture" id=2]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_11.png" type="Texture" id=3]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_2.png" type="Texture" id=4]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_8.png" type="Texture" id=5]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_12.png" type="Texture" id=6]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_1.png" type="Texture" id=7]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_4.png" type="Texture" id=8]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_9.png" type="Texture" id=9]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_10.png" type="Texture" id=10]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_3.png" type="Texture" id=11]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_6.png" type="Texture" id=12]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_13.png" type="Texture" id=13]
[ext_resource path="res://assets/interfaces/loading_screen/frames/loading_screen_7.png" type="Texture" id=14]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_7.png" type="Texture" id=15]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_0.png" type="Texture" id=16]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_4.png" type="Texture" id=17]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_2.png" type="Texture" id=18]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_1.png" type="Texture" id=19]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_3.png" type="Texture" id=20]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_6.png" type="Texture" id=21]
[ext_resource path="res://assets/interfaces/loading_screen/frames/echarpe_5.png" type="Texture" id=22]
[sub_resource type="Animation" id=1]
resource_name = "loading"
length = 13.0
tracks/0/type = "value"
tracks/0/path = NodePath("background:texture")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ),
"update": 1,
"values": [ ExtResource( 1 ), ExtResource( 7 ), ExtResource( 4 ), ExtResource( 11 ), ExtResource( 8 ), ExtResource( 2 ), ExtResource( 12 ), ExtResource( 14 ), ExtResource( 5 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 3 ), ExtResource( 6 ), ExtResource( 13 ) ]
}
[sub_resource type="Animation" id=2]
resource_name = "wave"
length = 1.4
loop = true
tracks/0/type = "value"
tracks/0/path = NodePath("scarf:texture")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1 ),
"update": 1,
"values": [ ExtResource( 16 ), ExtResource( 19 ), ExtResource( 18 ), ExtResource( 20 ), ExtResource( 17 ), ExtResource( 22 ), ExtResource( 21 ), ExtResource( 15 ) ]
}
[node name="loading_screen" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = 6.10352e-05
__meta__ = {
"_edit_use_anchors_": false
}
[node name="background" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 1 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="scarf" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 16 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="background_player" type="AnimationPlayer" parent="."]
anims/loading = SubResource( 1 )
[node name="scarf_player" type="AnimationPlayer" parent="."]
autoplay = "wave"
anims/wave = SubResource( 2 )