Added Level singleton to manage the (un)loading of levels and entrypoints
This commit is contained in:
parent
642e98b44e
commit
71eae88a33
7 changed files with 80 additions and 22 deletions
|
@ -16,6 +16,10 @@ config/features=PackedStringArray("4.3", "Forward Plus")
|
|||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[autoload]
|
||||
|
||||
Levels="*res://core/globals/levels.gd"
|
||||
|
||||
[debug]
|
||||
|
||||
settings/stdout/print_fps=true
|
||||
|
|
Reference in a new issue