Files
gamejamgame/scenes/loading_screen/level_loading_screen.tscn
T
2026-07-25 16:10:50 +12:00

12 lines
583 B
Plaintext

[gd_scene format=3 uid="uid://c2c3f1ywjlrff"]
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/nodes/loading_screen/loading_screen.tscn" id="1_akme8"]
[ext_resource type="Script" path="res://scenes/loading_screen/loading_screen.gd" id="2_kl30i"]
[node name="LevelLoadingScreen" unique_id=1716792690 instance=ExtResource("1_akme8")]
script = ExtResource("2_kl30i")
_in_progress = "Loading Level..."
_in_progress_waiting = "Still Loading Level..."
_in_progress_still_waiting = "Still Loading Level... (%d seconds)"
_complete = "Loading Level Complete!"