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:
@ -49,8 +49,8 @@ FILE_TYPES = [
|
||||
([".sprite"], "Sprite"),
|
||||
([".config"], "Configuration"),
|
||||
([".scene"], "Scene"),
|
||||
([".back"], "Background"),
|
||||
([".csv"], "BackgroundLayer"),
|
||||
([".back"], "Map"),
|
||||
([".csv"], "MapLayer"),
|
||||
([".item"], "Item"),
|
||||
([".items"], "ItemCollection"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user