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

fix: note render, hitfx render, rating #472

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

2278535805
Copy link
Member

No description provided.

@sjfhsjfh sjfhsjfh added bug Something isn't working enhancement New feature or request labels Jan 6, 2025
prpr/src/bin.rs Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

先不动bin.rs

@2278535805 2278535805 marked this pull request as draft February 7, 2025 14:12
@2278535805 2278535805 marked this pull request as ready for review February 8, 2025 07:58
@2278535805
Copy link
Member Author

改完了

@2278535805 2278535805 changed the title fix: note render, hitfx render, hold aggressive, rating fix: note render, hitfx render, rating Feb 8, 2025
@@ -968,13 +970,13 @@ pub struct PlayResult {

pub fn icon_index(score: u32, full_combo: bool) -> usize {
match (score, full_combo) {
(1000000, _) => 7,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

combo数太大这里有点问题吧,是不是该改1000000, true

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

本家中实测无论什么情况,只要分数是1000000就是AP,所以我改成了这样(
那我改一下吧

@@ -44,7 +44,7 @@ pub struct PgrNote {
position_x: f32,
hold_time: f32,
speed: f32,
floor_position: f32,
_floor_position: f32,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请用allow

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个值反正用不到了,要不直接不读了吧

@sjfhsjfh
Copy link
Contributor

以及resolve一下冲突

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants