游戏里面截取图片,然后要怎么实现识别图片?
查看更多
function main()screen.snapshot("/var/touchelf/a.png"); x, y = screen.findImage("/var/touchelf/a.png"); if x ~= -1 and y ~= -1 then
touch.down(0, x, y); touch.up(0);
endend
发布 问题
分享 好友
手机 浏览
回到 顶部