PIXELART keyword
Enables pixel art style so that any image added following this statement will look blocky. This command applies to image, sprite and bitmaptext. It is possible to call PIXELART multiple times in the script. This applies to the texture, so any image using the same texture will get its art style changed.
To stop the effect, call END PIXELART (this is optional).
Syntax
PIXELART
Example
PIXELART 'Any image displayed after will have a blocky look
Go back to list of Keywords.