Screen coordinates

From MiniScript Wiki
Revision as of 02:33, 30 January 2025 by Redspark (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Mini Micro, screen coordinates refers to the number of pixels from the bottom-left corner of the screen.

These are the coordinates returned by mouse.x and mouse.y, as well as the coordinates used by default in a PixelDisplay or SpriteDisplay (possibly shifted by scrolling, or in the case of a pixel display, by scaling).

ScreenCoordinates.png