Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
copyRectToSurface expects that graphics won't
touch the edge of the screen. Hence, when they do
touch the edge, the draw call is ignored.
|
|
|
|
Modify drawMan to use _globalSurface as a copy of
the whole screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It checks if the tile at a given index is a Sky
tile.
|
|
getTile() caches the tile automatically if it
hasn't been cached yet
|