Background
Jump to navigation
Jump to search
Description
The background is a graphic, in the system file (fileID of 0) with a graphID equal to BACKGROUND.
Examples in use:
map_clear(0,BACKGROUND);
, to clear the background to black (same as screen_clear).drawing_map(0,BACKGROUND);
, to set drawing to the background.