mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 18:23:46 +00:00
Cirno Loading
This commit is contained in:
parent
23ac25ee3f
commit
313f773fc9
2 changed files with 31 additions and 7 deletions
|
|
@ -32,9 +32,8 @@ animations = [{
|
|||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="LoadingPlaque" type="CanvasLayer"]
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
[node name="LoadingPlaque" type="VBoxContainer"]
|
||||
z_index = 4
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
|
|
@ -45,17 +44,17 @@ offset_top = -40.0
|
|||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Cirno is preparing..."
|
||||
label_settings = ExtResource("1_t7lr0")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer"]
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="VBoxContainer/CenterContainer"]
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="CenterContainer"]
|
||||
position = Vector2(-2, 6)
|
||||
sprite_frames = SubResource("SpriteFrames_6kit5")
|
||||
autoplay = "default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue