mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 20:56:01 +00:00
Added loading plaque scene
This commit is contained in:
parent
0438ed4a04
commit
23ac25ee3f
1 changed files with 62 additions and 0 deletions
62
Scenes/HUD/LoadingPlaque.tscn
Normal file
62
Scenes/HUD/LoadingPlaque.tscn
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
[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
|
||||
}]
|
||||
|
||||
[node name="LoadingPlaque" type="CanvasLayer"]
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
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
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Cirno is preparing..."
|
||||
label_settings = ExtResource("1_t7lr0")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="VBoxContainer/CenterContainer"]
|
||||
position = Vector2(-2, 6)
|
||||
sprite_frames = SubResource("SpriteFrames_6kit5")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.847
|
||||
Loading…
Add table
Add a link
Reference in a new issue