supervisor-simulator/loader.tscn
2024-12-01 02:06:06 +08:00

57 lines
1.5 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://c7twiu4wplofj"]
[ext_resource type="Script" path="res://scripts/Loader.cs" id="1_leg4d"]
[ext_resource type="Texture2D" uid="uid://cxr7her2pjn5o" path="res://resources/logo/LOGO.png" id="2_luvwy"]
[ext_resource type="Texture2D" uid="uid://boxrcxj1s500l" path="res://resources/logo/LOGO2.png" id="3_dq1f7"]
[ext_resource type="Texture2D" uid="uid://yh05c4bahwcs" path="res://resources/logo/LOGO3.png" id="4_ox2t6"]
[node name="Loader" 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_leg4d")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ProgressBar" type="ProgressBar" parent="."]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -863.0
offset_top = -97.0
offset_right = 863.0
offset_bottom = -61.0
grow_horizontal = 2
grow_vertical = 0
show_percentage = false
[node name="Sprite2D" type="Sprite2D" parent="."]
visible = false
position = Vector2(914, 450)
scale = Vector2(0.3, 0.3)
texture = ExtResource("2_luvwy")
[node name="Sprite2D2" type="Sprite2D" parent="."]
texture_filter = 6
position = Vector2(960, 544)
scale = Vector2(0.3, 0.3)
texture = ExtResource("3_dq1f7")
[node name="Sprite2D3" type="Sprite2D" parent="."]
visible = false
position = Vector2(960, 540)
scale = Vector2(0.3, 0.3)
texture = ExtResource("4_ox2t6")