add new transaction and add splash screen

This commit is contained in:
2026-06-29 14:59:58 +02:00
parent bc30a169dc
commit fb848a9848
14 changed files with 145 additions and 1721 deletions

View File

@@ -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]