-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add: meta progress reward receive #4158
base: dev
Are you sure you want to change the base?
Conversation
if self.meta_progress_finished(): | ||
self.device.click(META_SHIP_RECEIVE) | ||
confirm_timer.reset() | ||
continue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用 META_SHIP_RECEIVE 代替 META_PROGRESS_FINISHED
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的META_SHIP_RECEIVE同样有动画,效果类似于俯视角度落下时由大变小的视角,如果判断这个asset的话同样要加计时器等待其稳定,结果依然是不够快。
if self.meta_progress_appear(): | ||
self.meta_progress_receive() | ||
|
||
if self.meta_progress_finished(): | ||
self.meta_ship_receive() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
将两个步骤合并到同一个状态循环
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta_ship_receive是专门为5000pt设计的,退出条件只有一个,就是出现常规的meta奖励界面,如果合并两个步骤的话,在未到达5000pt的时候会卡死循环。
ca3e29d
to
8835906
Compare
5000以前的当期信标奖励收获。
已测试: