12 lines
633 B
Plaintext
12 lines
633 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c63l6okbko3xp"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cd0jbh4metflb" path="res://addons/maaacks_game_template/base/scenes/loading_screen/loading_screen.tscn" id="1_8i8ik"]
|
|
[ext_resource type="Script" uid="uid://1j5xbugtakig" path="res://menus/scenes/loading_screen/loading_screen.gd" id="2_3hi1w"]
|
|
|
|
[node name="LevelLoadingScreen" instance=ExtResource("1_8i8ik")]
|
|
script = ExtResource("2_3hi1w")
|
|
_in_progress = "Loading Level..."
|
|
_in_progress_waiting = "Still Loading Level..."
|
|
_in_progress_still_waiting = "Still Loading Level... (%d seconds)"
|
|
_complete = "Loading Level Complete!"
|