51 lines
1.3 KiB
Text
51 lines
1.3 KiB
Text
|
[gd_scene load_steps=2 format=3 uid="uid://dp7lmanb36qp1"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://src/loader.gd" id="1_dpffy"]
|
||
|
|
||
|
[node name="Loader" type="ColorRect"]
|
||
|
offset_right = 1920.0
|
||
|
offset_bottom = 1440.0
|
||
|
size_flags_horizontal = 4
|
||
|
color = Color(0, 0, 0, 1)
|
||
|
script = ExtResource("1_dpffy")
|
||
|
|
||
|
[node name="WindowSizeSupport" type="Control" parent="."]
|
||
|
anchors_preset = 0
|
||
|
offset_right = 40.0
|
||
|
offset_bottom = 40.0
|
||
|
|
||
|
[node name="EndPixel" type="ColorRect" parent="WindowSizeSupport"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 1920.0
|
||
|
offset_top = 1080.0
|
||
|
offset_right = 1921.0
|
||
|
offset_bottom = 1081.0
|
||
|
|
||
|
[node name="1920+" type="ColorRect" parent="WindowSizeSupport"]
|
||
|
layout_mode = 0
|
||
|
offset_right = 9999.0
|
||
|
offset_bottom = 30.0
|
||
|
|
||
|
[node name="1920" type="ColorRect" parent="WindowSizeSupport"]
|
||
|
layout_mode = 0
|
||
|
offset_right = 1920.0
|
||
|
offset_bottom = 30.0
|
||
|
color = Color(0, 0, 1, 1)
|
||
|
|
||
|
[node name="1441" type="ColorRect" parent="WindowSizeSupport"]
|
||
|
layout_mode = 0
|
||
|
offset_right = 30.0
|
||
|
offset_bottom = 9999.0
|
||
|
|
||
|
[node name="1440" type="ColorRect" parent="WindowSizeSupport"]
|
||
|
layout_mode = 0
|
||
|
offset_right = 30.0
|
||
|
offset_bottom = 1440.0
|
||
|
color = Color(1, 1, 0, 1)
|
||
|
|
||
|
[node name="1080" type="ColorRect" parent="WindowSizeSupport"]
|
||
|
layout_mode = 0
|
||
|
offset_right = 30.0
|
||
|
offset_bottom = 1080.0
|
||
|
color = Color(1, 0, 1, 1)
|