
Would be appreciated.
EDIT: Probably
entity(x, y)?
edited 2×, last 07.05.20 09:35:02 am
entity(x, y)?
local x1, y1, x2, y2
x1 = x * 32 + entity(x,y,"int2")
y1 = y * 32 + entity(x,y,"int3")
x2 = x1 + entity(x,y,"int0")
y2 = y1 + entity(x,y,"int1")
xand
yrepresent the x and y tile position of the sprite entity itself.