mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-02 18:21:19 +00:00
handling tilemap mirroring
This commit is contained in:
@@ -181,4 +181,9 @@ namespace ComSquare::PPU
|
||||
else
|
||||
this->_bpp = 2;
|
||||
}
|
||||
|
||||
void Background::setTilemaps(Vector2<int> tilemaps)
|
||||
{
|
||||
this->_tileMaps = tilemaps;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user