WMYD2MLJHHONHGA2M2K7G5DYZ47A7ZEZ7M3CJAMLFQK7GRG4UE3AC
TEOLZ25FHVXJ3DF3LRXEBUIAH76FUHA24U7F3FZFKZVIQBSF3VZAC
TRZPDEYAE6S3FP7NKTNKQLECPVV2LRKGC7PJCC2MHPXDLU7CAABQC
4IBBQBYGBZDCXQO5C7H6UTWT67YJUJ7R6FH6UNHX4QGXOO47UUBQC
GVX7YSQYURPWFSUWVUAORZJTQBJURWWNBNUGEZYFAUMX3X5LSACQC
level_width = App.width('MMM')+10
color(unpack(level_color)) g.print(curr_level, left-side,top+10)
color(unpack(level_color))
g.print(curr_level, left-side,top+10)
draw_level_number()
function draw_level_number() local lx, ly = left-level_width, top+10 if Safe_height > Safe_width then lx, ly = (Safe_width - level_width)/2, top-Line_height-10 end color(unpack(level_color)) g.print(curr_level, lx,ly)end
function draw_level_number()
local lx, ly = left-level_width, top+10
if Safe_height > Safe_width then
lx, ly = (Safe_width - level_width)/2, top-Line_height-10
end
g.print(curr_level, lx,ly)