GXSceneScale - boxgaming/gx GitHub Wiki

Syntax

GXSceneScale scale!

Description

Scale the scene by the specified scale factor.

Examples

Example1: Scale the scene to 2 times its original size.

GXSceneCreate 320, 200
GXSceneScale 2

See Also

GXSceneCreate, GXSceneDraw, GXSceneSize, GXSceneStart, GXSceneStop