Planes bigger than 128 tiles
Posted: Sun Sep 18, 2016 4:42 pm
Hi,
The max plane size in SGDK is 1024 pixels (or 128 tiles). How i can show planes bigger than this size ?
I suppose that I need to delete tiles on the left side of the plane, move the rest of the plane to the left (redraw all plane?. And reset value of VDP_setHorizontalScroll), and draw the new tiles on the right size (draw the tiles that player don't see).
This is correct ? There are some example ?
Thanks (and sorry for my poor english).
The max plane size in SGDK is 1024 pixels (or 128 tiles). How i can show planes bigger than this size ?
I suppose that I need to delete tiles on the left side of the plane, move the rest of the plane to the left (redraw all plane?. And reset value of VDP_setHorizontalScroll), and draw the new tiles on the right size (draw the tiles that player don't see).
This is correct ? There are some example ?
Thanks (and sorry for my poor english).