class_name Game extends Node ## Interface to the game as an application. @export_category("Game Scenes") @export var world_scene: PackedScene ## Handy typed singleton access. static var settings: GameSettingsType: get(): return GameSettings static var runtime: GameRuntimeType: get(): return GameRuntime ## Global static access to Game singleton static var instance: Game func _ready() -> void: Game.instance = self