gd: added menu template
This commit is contained in:
11
menus/scenes/loading_screen/level_loading_screen.tscn
Normal file
11
menus/scenes/loading_screen/level_loading_screen.tscn
Normal file
@ -0,0 +1,11 @@
|
||||
[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!"
|
Reference in New Issue
Block a user