add new transaction and add splash screen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class_name SceneConfig
|
||||
extends Resource
|
||||
|
||||
enum SceneName { MAIN_MENU, GAME }
|
||||
enum SceneName { MAIN_MENU, GAME, SPLASH_SCREEN }
|
||||
|
||||
@export var scenes: Dictionary[SceneName, PackedScene]
|
||||
|
||||
Reference in New Issue
Block a user