找图找色实战开发
哔哩哔哩:https://www.bilibili.com/video/BV1F8ftYPEqQ/
1、游戏脚本开发流程
- 判断是否来到了某个界面(找色,找图)
- 进行坐标的点击
2、图片对象命令
images.read(path)
path
{string} 图片路径
读取在路径path的图片文件并返回一个Image对象。如果文件不存在或者文件无法解码则返回null。
images.load(url)
url
{string} 图片URL地址
加载在地址URL的网络图片并返回一个Image对象。如果地址不存在或者图片无法解码则返回null。
captureScreen()
3、核心的找色命令
images.findColor(image, color[, options])
region
threshold
4、核心的找图命令
images.findImage(img, template[, options])
region
threshold
level