-- 适用屏幕参数
SCREEN_RESOLUTION="1136x640";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
touchDown(0, 305, 1210);
touchUp(0);
mSleep(5000);
repeat
mSleep(200);
x, y = findColorInRegionFuzzy(0xEFBE08, 85, 60, 1045, 220, 1220);
until x~=-1
touchDown(0, 135, 1145);
touchUp(0);
mSleep(2000);
touchDown(0, 220, 830);
touchUp(0);
mSleep(1000);
end
SCREEN_RESOLUTION="1136x640";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
touchDown(0, 305, 1210);
touchUp(0);
mSleep(5000);
repeat
mSleep(200);
x, y = findColorInRegionFuzzy(0xEFBE08, 85, 60, 1045, 220, 1220);
until x~=-1
touchDown(0, 135, 1145);
touchUp(0);
mSleep(2000);
touchDown(0, 220, 830);
touchUp(0);
mSleep(1000);
end