Landon Manning
Landon Manning
The instances should have access to the root object, yeah. --- Landon Manning [email protected] On Sat, 3 Oct 2020 at 20:06, Macathur Inbody wrote: > I'm thinking about trying to...
PRs are always welcome :) Also, a tip: you can set the algorithm used for image scaling in the image object! for clean pixel art upscales you want to use...
Lua and LuaJIT both use doubles for all numbers, though Lua 5.3 now has integers. I'm not too worried about a few bytes of data. --- Landon Manning [email protected] On...
You shoudl be able to get the batch that each tile is in. The batch should be able to tell you what texture it holds. --- Landon Manning [email protected] On...
I believe `v` is actually a list of tile instances of that global tile, so you may need to search inside one of those tiles for the batch. What might...
I will definitely admit that STI coudl use with some quality of life improvements. I've largely neglected this library over the past year or so but if anyone wants to...
Yes. On Jul 27, 2016 9:54 PM, "buckle2000" [email protected] wrote: > _staggered_? Do you mean staggered isometric? > > — > You are receiving this because you authored the thread....
Thanks, I'll have a look.
I definitely appreciate the plugin but I feel like it's written in a bit of a strange way that could be simplified. Instead of adding a field called `loadStyle`, why...