Optional Readonly accelerometerAccelerometer mode (customize for each device target and orientation)
Readonly aspectThe width and height of the game, in meters. Common values are 16/9 (landscape) and 9/16 (portrait)
Readonly hitShould JetLag print an outline around each actor in the game?
Optional Readonly resourcesConfiguration of any assets used by the game
Optional Readonly imageThe list of image files that can be used by the game
Optional Readonly musicThe list of audio files that can be used as (looping) background music
Readonly prefix: stringThe prefix for all resources
Optional Readonly soundThe list of audio files that can be used as sound effects by the game
Optional Readonly videoThe list of video files that can be used for cut scenes
Optional Readonly storageKey for accessing persistent storage
JetLagGameConfig stores game-specific configuration values. The programmer makes one of these to tell JetLag how to run their game.