Difference between revisions of "PixelDisplay.scrollY"

From MiniScript Wiki
Jump to navigation Jump to search
(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 ==...")
 
(No difference)

Latest revision as of 23:50, 28 April 2020

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