imported main menu scene addon
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[gd_scene format=3 uid="uid://brhug56ihh06"]
|
||||
|
||||
[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!"
|
||||
Reference in New Issue
Block a user