on lines 252 and 253 of iffy.lua, tw and th are reversed (I only discovered this because my tileset is not square) ``` (j-1)*th + (current==1 and 0 or mx), (i-1)*tw + (current==1 and 0 or my), ```
on lines 252 and 253 of iffy.lua, tw and th are reversed (I only discovered this because my tileset is not square)