@vaguevoid/fiasco / game / GameOptions
Type Alias: GameOptions
GameOptions =
object
Defined in: src/game.ts:6
Properties
debugLogs?
optional
debugLogs:boolean
Defined in: src/game.ts:18
If the debug logs should be printed to the console.
name?
optional
name:string
Defined in: src/game.ts:22
The name of the game or module.
resources?
optional
resources:Resource
[]
Defined in: src/game.ts:14
A list of resources, where each resource is initialized.
systems?
optional
systems:SystemFunc
[]
Defined in: src/game.ts:10
A list of system functions to include in the game.
voidTargetVersionOverride?
optional
voidTargetVersionOverride:number
Defined in: src/game.ts:26
Override the target engine version that the module is compatible with.