handling tilemap mirroring

This commit is contained in:
Clément Le Bihan
2020-10-15 23:16:59 +02:00
parent 6334b4805a
commit d1b0e039ef
3 changed files with 16 additions and 2 deletions
+5
View File
@@ -181,4 +181,9 @@ namespace ComSquare::PPU
else
this->_bpp = 2;
}
void Background::setTilemaps(Vector2<int> tilemaps)
{
this->_tileMaps = tilemaps;
}
}