Skip to content
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

Hold note 按住后使超出判定线的部分截断 #210

Closed
Chen-Luan opened this issue Feb 8, 2024 · 1 comment · Fixed by #217
Closed

Hold note 按住后使超出判定线的部分截断 #210

Chen-Luan opened this issue Feb 8, 2024 · 1 comment · Fixed by #217
Assignees
Labels
◆ 优化 Enhancement 新需求或原有功能的优化 Optimization of new requirements or existing functions ▲ 中 Medium

Comments

@Chen-Luan
Copy link
Member

Chen-Luan commented Feb 8, 2024

来自 3 条玩家反馈

按住 Hold note 后,应将音符截断在判定线位置上

@Chen-Luan Chen-Luan added ◆ 优化 Enhancement 新需求或原有功能的优化 Optimization of new requirements or existing functions ▲ 草案 Draft 尚未确定应对方案,暂时不要继续操作 Plan has not been determined, do not proceed for the time being labels Feb 8, 2024
@Chen-Luan Chen-Luan changed the title Hold note 按下后超出判定线的部分不显示 Hold note 按住后使超出判定线的部分截断 Feb 8, 2024
@Chen-Luan
Copy link
Member Author

Chen-Luan commented Feb 8, 2024

目前的游戏内对于 Hold 的判定方式:

  1. 玩家在 Hold 开始位置接住,判定接住时的误差(头判)
  2. 玩家按住 Hold,累加按住时长,若中途松开则不继续累加,继续按住则继续累加
  3. Hold 音符尾部达到判定线时,统计玩家按住的时长百分比给分(尾判,不是松开时机的那个尾判)

然后这就有个问题:玩家接住 Hold 之后松开,再接住,该如何展示截断

目前的想法是:玩家首次按住后和重新接住后,将 Hold 直接截断到判定线上,其他情况下让 Hold 过线

image

@Chen-Luan Chen-Luan added ▲ 中 Medium and removed ▲ 草案 Draft 尚未确定应对方案,暂时不要继续操作 Plan has not been determined, do not proceed for the time being labels Feb 15, 2024
@Chen-Luan Chen-Luan added this to the Beta1 进一步完善 milestone Feb 15, 2024
@Ybr2007 Ybr2007 linked a pull request Feb 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
◆ 优化 Enhancement 新需求或原有功能的优化 Optimization of new requirements or existing functions ▲ 中 Medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants