GXSceneResize - boxgaming/gx GitHub Wiki

Syntax

GXSceneResize sceneWidth%, sceneHeight%

Description

Resize the scene with the specified pixel width and height.

Examples

Example1: Resize the scene to 320 pixels wide and 200 pixels tall.

GXSceneCreate 320, 200

See Also

GXSceneCreate, GXSceneDraw, GXSceneStart, GXSceneStop