SpriteDisplay
Revision as of 19:30, 12 April 2020 by JoeStrout (talk | contribs) (Created page with "The <c>SpriteDisplay</c> class in Mini Micro is a display type that holds and draws Sprites, little images that can be efficiently moved, rotated, and scaled....")
The SpriteDisplay
class in Mini Micro is a display type that holds and draws Sprites, little images that can be efficiently moved, rotated, and scaled.
By default, display 4 is configured as a sprite display. But you can make any display layer a sprite display by setting its Display.modemode to displayMode.sprite
.