cirnogodot/Scenes/HUD/LoadingPlaque.tscn

62 lines
1.7 KiB
Text
Raw Normal View History

2025-03-06 15:24:54 +01:00
[gd_scene load_steps=7 format=3 uid="uid://do23ng7xbfyyc"]
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="1_t7lr0"]
[ext_resource type="Texture2D" uid="uid://ddwhrlrgj6i00" path="res://Sprites/Actors/Cirno.png" id="2_jkpx4"]
[sub_resource type="AtlasTexture" id="AtlasTexture_l06qh"]
atlas = ExtResource("2_jkpx4")
region = Rect2(0, 48, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_r5soi"]
atlas = ExtResource("2_jkpx4")
region = Rect2(16, 48, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_xdnw5"]
atlas = ExtResource("2_jkpx4")
region = Rect2(32, 48, 16, 16)
[sub_resource type="SpriteFrames" id="SpriteFrames_6kit5"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_l06qh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_r5soi")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xdnw5")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
2025-03-06 15:45:22 +01:00
[node name="LoadingPlaque" type="VBoxContainer"]
2025-03-06 15:56:58 +01:00
z_index = 110
z_as_relative = false
2025-03-06 15:24:54 +01:00
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -40.0
offset_top = -40.0
grow_horizontal = 0
grow_vertical = 0
2025-03-06 15:45:22 +01:00
[node name="Label" type="Label" parent="."]
2025-03-06 15:24:54 +01:00
layout_mode = 2
text = "Cirno is preparing..."
label_settings = ExtResource("1_t7lr0")
2025-03-06 15:45:22 +01:00
[node name="CenterContainer" type="CenterContainer" parent="."]
2025-03-06 15:24:54 +01:00
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
2025-03-06 15:45:22 +01:00
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="CenterContainer"]
2025-03-06 15:24:54 +01:00
position = Vector2(-2, 6)
sprite_frames = SubResource("SpriteFrames_6kit5")
autoplay = "default"
frame_progress = 0.847