soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Add some kind of support for multiple tileset textures #28

Open soulweaver91 opened 8 years ago

soulweaver91 commented 8 years ago

The same texture size issue already noticed with asset textures also most likely plagues tilesets, only in vertical direction instead of horizontal this time around. This should also be looked into later.

soulweaver91 commented 8 years ago

Among the tilesets used in the official episode levels, the only tilesets that cross the now-selected 4096×4096 limit are the Haunted House tilesets (4224 pixels in height) and Town tilesets (4608 pixels). As a result, this is probably not as critical as it first seemed to be. Still has to be fixed later, though.