Skip to content

Commit

Permalink
timing: adjust judge timings easier
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteHell committed Jun 10, 2024
1 parent bad58bc commit 3fa4343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ pub const DEFAULT_VIDEO_PATH: &str = concatcp!(DEFAULT_ASSET_PATH, "/video");

// judgement_time
pub const OVERCHAOS_TIMING: i64 = 10;
pub const PERFECT_TIMING: i64 = 44;
pub const PERFECT_TIMING: i64 = 40;
pub const GREAT_TIMING: i64 = 70;
pub const GOOD_TIMING: i64 = 95;
pub const BAD_TIMING: i64 = 160;
pub const GOOD_TIMING: i64 = 200;
pub const BAD_TIMING: i64 = 600;

// add combo value
pub const OVERCHAOS_COMBO: u64 = 1;
Expand Down

0 comments on commit 3fa4343

Please sign in to comment.