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)
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>


Trivial merge