Hi All
does anyone know why displays 8 pixel higher on x & y?
local player = display.newRect(40, 40, 16,16)
print(player.x,player.y)
output–>
48 48
i have offset my code to player.x - 8 and the output is correct, is there a better way? do i have something set incorrect?
thx