karai17 / Simple-Tiled-Implementation

Tiled library for LÖVE
Other
840 stars 121 forks source link

I know there has to be a better way but this works. #243

Open 133794m3r opened 3 years ago

133794m3r commented 3 years ago

sprite batch but for now this will fix it. I am wasting another 16 bytes of data per object/tile overall. I think that I might be able to do something like batch[id].sx and batch[id].sy to get th metadata but that's up for a later release once I am done with this one as I am not going to fix something that is currently already working.

Fixes issue #241