Scrolling Game Development Kit Forum

SGDK Version 2 => Help, Errors, FAQ => Topic started by: v6v on 2012-04-11, 03:50:04 PM

Title: Rendering More of a Map
Post by: v6v on 2012-04-11, 03:50:04 PM
I need to render more tiles of the map than what's in the "filled" display.

Is there a way to render about 10 more tiles past what the display normally renders?
Title: Re: Rendering More of a Map
Post by: bluemonkmn on 2012-04-11, 07:51:08 PM
MapBase.cs has a property called "CurrentView" that returns the rectangle to render and where to draw it in the window (it is used by LayerBase.Draw()).  You could change the implementation of that to return a rectangle that is X-by-Y pixels larger.