GXSceneCreate - boxgaming/gx GitHub Wiki

Syntax

GXSceneCreate sceneWidth%, sceneHeight%

Description

Creates a new scene with the specified pixel width and height.

Examples

Example1: Create a new scene 320 pixels wide and 200 pixels tall.

GXSceneCreate 320, 200

See Also

GXSceneDraw, GXSceneResize, GXSceneStart, GXSceneStop