Implemented spawn points correctly. Added saving & loading (currently only implemented with the spawn_index). You can now set spawn indicies in the DynamicAreaLoader to automatically load when the game is set to that value (on ready). Added configuration warnings to DynamicAreaLoader & PlayerSpawnPoint Added some generic translation (pot) files. Added AudioManager autoload to play, stop, fade audio streams (and set the bus directly). Added SceneFader autoload. Added SaveManager autoload. Added OptionsMenu with currently only volume sliders and a fullscreen toggle button. Added PauseMenu
31 lines
799 B
Plaintext
31 lines
799 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://buvus4ym83wa8"]
|
|
|
|
[ext_resource type="Script" uid="uid://tmo4wscguj62" path="res://components/ui/menus/loading_screen/loading_screen.gd" id="1_1gk3q"]
|
|
|
|
[node name="LoadingScreen" 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_1gk3q")
|
|
metadata/_custom_type_script = "uid://crdgxvb8i0cif"
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="."]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(512, 0)
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -2.0
|
|
offset_top = -13.5
|
|
offset_right = 2.0
|
|
offset_bottom = 13.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
max_value = 1.0
|