Merge: gamnit: add tileset and bitmap font support
authorJean Privat <jean@pryen.org>
Mon, 11 Jul 2016 13:48:43 +0000 (09:48 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 Jul 2016 13:48:43 +0000 (09:48 -0400)
commit3dfcb8c1ff9f6c0d706324206dc1ee24b1c08881
tree65ba61b8f5462b74f6b7383e85505d15e235ec28
parent681419d86164fa3ece383c5761ce7337528b004d
parent8c0d643fd6700554947061682124fe0772db6166
Merge: gamnit: add tileset and bitmap font support

This PR intro `TileSet, TileSetFont and TextSprites` to gamnit, allowing to draw text from bitmap fonts via sprites. The new module reuse some code from `mnit::tileset` and Action Nitro.

Pull-Request: #2222
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>