supervisor-simulator/scenes/loader.tscn
2025-12-03 21:44:35 +08:00

65 lines
1.9 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://c7twiu4wplofj"]
[ext_resource type="Script" uid="uid://ci0w7exfarecl" path="res://scripts/Loader.cs" id="1_fbyg0"]
[ext_resource type="Texture2D" uid="uid://cxr7her2pjn5o" path="res://resources/logo/LOGO.png" id="2_vn28s"]
[ext_resource type="Texture2D" uid="uid://boxrcxj1s500l" path="res://resources/logo/LOGO2.png" id="3_321b7"]
[ext_resource type="Texture2D" uid="uid://b1a2suh4bwdr1" path="res://resources/logo/welcome.png" id="4_m3nu7"]
[ext_resource type="Texture2D" uid="uid://yh05c4bahwcs" path="res://resources/logo/LOGO3.png" id="5_c24o7"]
[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_fbyg0")
[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="Sprite2D" type="Sprite2D" parent="."]
visible = false
position = Vector2(914, 450)
scale = Vector2(0.3, 0.3)
texture = ExtResource("2_vn28s")
[node name="Sprite2D2" type="Sprite2D" parent="."]
visible = false
texture_filter = 6
position = Vector2(960, 544)
scale = Vector2(0.3, 0.3)
texture = ExtResource("3_321b7")
[node name="Sprite2D4" type="Sprite2D" parent="."]
texture_filter = 6
position = Vector2(960, 536)
scale = Vector2(0.933333, 0.933333)
texture = ExtResource("4_m3nu7")
[node name="Sprite2D3" type="Sprite2D" parent="."]
visible = false
position = Vector2(960, 540)
scale = Vector2(0.3, 0.3)
texture = ExtResource("5_c24o7")
[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