Implemented grid. Modified map renderer so that it can render tiles that have a different size than the map tiles. (Note: this change is not tested yet).

This commit is contained in:
2016-12-06 00:29:43 +02:00
parent 0dc77aacb4
commit c12a8ede5a
42 changed files with 1090 additions and 288 deletions

View File

@ -49,8 +49,8 @@ FILE_TYPES = [
([".sprite"], "Sprite"),
([".config"], "Configuration"),
([".scene"], "Scene"),
([".back"], "Background"),
([".csv"], "BackgroundLayer"),
([".back"], "Map"),
([".csv"], "MapLayer"),
([".item"], "Item"),
([".items"], "ItemCollection"),
]