-
Notifications
You must be signed in to change notification settings - Fork 6
Scenes
Scenes in Titan Reactor function as isolated logic units that establish specific game loops or processes. They operate independently of each other. The code for these scenes can be found in renderer/scenes. Scene transitions and loading are managed by scene-store.
-
prehome-sceneInitializes the app and waits for essential settings and assets to load. If a configuration error exists, it displays an error message and halts progression to other scenes until resolved.
-
home-sceneServes as the application's landing page, displaying the title, social links, and potentially an integrated menu in future releases.
-
replay-sceneUtilizes
game-scenefor its core functionality. Game data is loaded viareplay-scene-loader. -
map-sceneAlso built on
game-scene, with game data loaded throughmap-scene-loader. -
interstitial-sceneActs as a transitional loading screen between scenes when a new map or replay is initiated.
Questions? Join our Discord
-
-
- Runtime Server
-
Core
-
Plugins & Macros
-