forked from pyrex/chameleonic
fmt in debugmouse:draw3.
This is literally the reason I implemented fmt in the first place
This commit is contained in:
parent
ec98554c78
commit
0d3b0e4dac
@ -1837,7 +1837,7 @@ function debugmouse:draw3()
|
|||||||
if (c == " ") spr(50,x,y)
|
if (c == " ") spr(50,x,y)
|
||||||
print(c,x,y,15)
|
print(c,x,y,15)
|
||||||
local px, py = mid(0,x,89), mid(0, y > 111 and y - 12 or y + 6, 117)
|
local px, py = mid(0,x,89), mid(0, y > 111 and y - 12 or y + 6, 117)
|
||||||
print("("..x..", "..y..")\n["..(x\8)..", "..(y\8).."]",px,py,15)
|
print(fmt("(%v, %v)\n[%v, %v]",x,y,x\8,y\8),px,py,15)
|
||||||
pal()
|
pal()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user