You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Draw a textured line from (x0,y0) to (x1,y1), sampling colour values from userdata src. When src is type u8, it is considered to be a single texture image, and the coordinates are in pixels. When src is type i16 it is considered to be a map, and coordinates are in tiles.
the main blocker is a picotron bug where tline3d(mapud,...) only works if the map tiles are exactly 16x16
If you're using
tline()
I suspect you'll have other compatibility issues with p8x8, but we should support basic tline usage if it's simple to do.It probably isn't too bad, but I haven't looked into it at all. see baked/polyfill/map.lua for the stub
The text was updated successfully, but these errors were encountered: