PixelDisplay.scrollY

From MiniScript Wiki
Revision as of 23:50, 28 April 2020 by ZachStrout (talk | contribs) (Created page with "<c>PixelDisplay.scrollY</c> This is an offset, in screen pixels, which makes the pixel display appear shifted down on screen (or up with negative values). == Example ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PixelDisplay.scrollY This is an offset, in screen pixels, which makes the pixel display appear shifted down on screen (or up with negative values).

Example

gfx.scrollY = 100		// shifts the display 100 pixels down