52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://fonts/DroidSansFallback.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://ui/loading.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 40
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="loading" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="bg" type="ColorRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color( 0.231373, 0.0901961, 0.0901961, 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="v" type="VBoxContainer" parent="bg"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ReferenceRect" type="ColorRect" parent="bg/v"]
|
|
margin_right = 1024.0
|
|
margin_bottom = 543.0
|
|
rect_min_size = Vector2( 320, 400 )
|
|
size_flags_vertical = 3
|
|
color = Color( 0.12549, 0.12549, 0.12549, 1 )
|
|
|
|
[node name="ref" type="Polygon2D" parent="bg/v/ReferenceRect"]
|
|
position = Vector2( 152.522, 202.16 )
|
|
color = Color( 0.396078, 0.286275, 0.286275, 1 )
|
|
polygon = PoolVector2Array( -116.07, -50.985, -66.4325, -41.0575, -76.36, -103.33, -39.3575, -114.16, -16.795, -58.205, 19.3051, -100.622, 47.2826, -71.7425, 43.6725, -10.3725, 72.5525, 20.3125, 126.703, 48.29, 73.455, 71.755, 14.7925, 99.7325, -45.675, 119.588, -11.3799, 68.145, -17.6974, 12.19, -88.0925, 4.0675, -125.997, -10.3725 )
|
|
|
|
[node name="Label" type="Label" parent="bg/v"]
|
|
margin_top = 547.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
size_flags_vertical = 13
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Loading..."
|