try to reduce load times

This commit is contained in:
Michael Campbell 2026-04-30 01:29:02 -04:00
parent c54ccb4d4f
commit 457de8dcaa
8 changed files with 66 additions and 7 deletions

38
loading_screen.tscn Normal file
View file

@ -0,0 +1,38 @@
[gd_scene format=3 uid="uid://ct4qxncertpx6"]
[ext_resource type="Script" uid="uid://c0a6hljyyj5ry" path="res://loading_screen.gd" id="1_mggpi"]
[sub_resource type="FontVariation" id="FontVariation_n71f6"]
variation_transform = Transform2D(1.01, -0.32, 0.55, 1.045, 0, 1.83)
spacing_glyph = 13
[node name="LoadingScreen" type="Control" unique_id=1185076605]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_mggpi")
[node name="ColorRect" type="ColorRect" parent="." unique_id=873491002]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="Label" type="Label" parent="." unique_id=1034363801]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = SubResource("FontVariation_n71f6")
theme_override_font_sizes/font_size = 98
text = "Loading"
horizontal_alignment = 1
vertical_alignment = 1