REM/scenes/menus/loading_screen.tscn
2026-03-26 20:37:29 -06:00

65 lines
1.7 KiB
Plaintext

[gd_scene format=3 uid="uid://bibjl61n5qa2e"]
[ext_resource type="Script" uid="uid://bsehmw3jffimj" path="res://scripts/loading_screen.gd" id="1_ep5rh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ep5rh"]
content_margin_left = 0.0
content_margin_top = 0.0
content_margin_right = 0.0
content_margin_bottom = 0.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
border_width_left = 64
border_width_top = 64
border_width_right = 64
border_width_bottom = 64
border_color = Color(0, 0, 0, 0)
border_blend = true
corner_radius_top_left = 128
corner_radius_top_right = 128
corner_radius_bottom_right = 128
corner_radius_bottom_left = 128
corner_detail = 5
[node name="Loading_Screen" type="Control" unique_id=30661771]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ep5rh")
[node name="Panel" type="Panel" parent="." unique_id=1449775662]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
tooltip_text = "I had dream where..."
mouse_default_cursor_shape = 16
theme_override_styles/panel = SubResource("StyleBoxFlat_ep5rh")
[node name="Label" type="Label" parent="." unique_id=1183240990]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -939.0
offset_top = -221.5
offset_right = 939.0
offset_bottom = 221.5
grow_horizontal = 2
grow_vertical = 2
text = "Hallucinating"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
[node name="Timer" type="Timer" parent="." unique_id=176032075]
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]