D5/Entity/Level/LoadingScene.tscn

48 lines
1.3 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://4wbnffj2cbmc"]
[ext_resource type="FontFile" uid="uid://egugs822n8gr" path="res://UI/font/AlimamaFangYuanTiVF-Thin.ttf" id="1_7week"]
[ext_resource type="Script" uid="uid://dlvo4fwjsy7r5" path="res://Entity/Level/LoadingScene.gd" id="1_sd15f"]
[node name="LoadingScene" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_sd15f")
[node name="BackgroundColor" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="MainContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -150.0
offset_top = -23.5
offset_right = 150.0
offset_bottom = 23.5
grow_horizontal = 2
grow_vertical = 2
[node name="LoadingLabel" type="Label" parent="MainContainer"]
layout_mode = 2
size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("1_7week")
text = "加载中..."
horizontal_alignment = 1
[node name="LoadingProgressBar" type="ProgressBar" parent="MainContainer"]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2