TileMapFactory - SnapGames/GDJ107 GitHub Wiki
TileMapFactory
will integrate a loadFrom()
method to load a full map with all its dependencies as a level, to initialize all TileMap, TileSet, Tile, TileLayer and some GameObject
's ready to be played.
the read processing must be split between multiple sub-process to simplify global reading. Each sb-processing will be specialized by language keyword.
@TILEMAP
TODO
@TILESETS
TODO
@TILEMAPPING
TODO
@TILELAYER
TODO
@OBJECT
TODO
Some susefull other keyword:
@END
TODO