可视化方块高度调试用相关代码坐标修复
This commit is contained in:
@@ -789,6 +789,13 @@ local Pdraw_norm do
|
|||||||
|
|
||||||
--Bonus texts
|
--Bonus texts
|
||||||
TEXT.draw(P.bonus)
|
TEXT.draw(P.bonus)
|
||||||
|
|
||||||
|
--Display Ys
|
||||||
|
-- gc.setLineWidth(6)
|
||||||
|
-- if P.curY then gc.setColor(1,.4,0,.42)gc.line(0,611-P.curY*30,300,611-P.curY*30)end
|
||||||
|
-- if P.imgY then gc.setColor(0,1,.4,.42)gc.line(0,615-P.imgY*30,300,615-P.imgY*30)end
|
||||||
|
-- if P.minY then gc.setColor(0,.4,1,.42)gc.line(0,619-P.minY*30,300,619-P.minY*30)end
|
||||||
|
-- gc.setColor(0,.4,1,.42)gc.line(0,600-P.garbageBeneath*30,300,600-P.garbageBeneath*30)
|
||||||
gc.pop()
|
gc.pop()
|
||||||
|
|
||||||
--Speed dials
|
--Speed dials
|
||||||
@@ -842,12 +849,6 @@ local Pdraw_norm do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--Display Ys
|
|
||||||
-- gc.setLineWidth(6)
|
|
||||||
-- if P.curY then gc.setColor(1,.4,0,.626)gc.line(0,611-P.curY*30,300,611-P.curY*30)end
|
|
||||||
-- if P.imgY then gc.setColor(0,1,.4,.626)gc.line(0,615-P.imgY*30,300,615-P.imgY*30)end
|
|
||||||
-- if P.minY then gc.setColor(0,.4,1,.626)gc.line(0,619-P.minY*30,300,619-P.minY*30)end
|
|
||||||
|
|
||||||
--Other messages
|
--Other messages
|
||||||
gc.setColor(1,1,1)
|
gc.setColor(1,1,1)
|
||||||
if CURMODE.mesDisp then
|
if CURMODE.mesDisp then
|
||||||
|
|||||||
Reference in New Issue
Block a user