wangshub / wechat_jump_game

微信《跳一跳》Python 辅助

Home Page:https://zhuanlan.zhihu.com/p/32452473

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问,在程序里哪个参数可以修改停留时间,这样方便吃到加分砖块

yufeng1990 opened this issue · comments

请问,在程序里哪个参数可以修改停留时间,这样方便吃到加分砖块
commented

奇怪,停留时间已经够长了,怎么吃不到。。。

https://github.com/wangshub/wechat_jump_game/blob/master/wechat_jump_auto.py#L251

time.sleep(random.uniform(1.2, 1.4))

改大就行了 1.5, 2.0