Skip to content

Commit

Permalink
Widen Perfect and OK hit rating windows
Browse files Browse the repository at this point in the history
  • Loading branch information
martendo committed Sep 30, 2021
1 parent 5cfa8df commit 52ec16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/engine.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

; Number of frames the window for a Perfect hit lasts (centred; half
; before and half after the hit)
DEF HIT_PERFECT_WINDOW EQU 3 * 2
DEF HIT_PERFECT_WINDOW EQU 5 * 2

; Number of frames the window for an OK hit lasts (centred)
DEF HIT_OK_WINDOW EQU 10 * 2
DEF HIT_OK_WINDOW EQU 13 * 2

; Number of frames after a hit to be considered a miss, for use in games
; to react when the player misses a hit
Expand Down

0 comments on commit 52ec16e

Please sign in to comment.