mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-09 05:24:39 -04:00
Merge branch 'master' of https://github.com/ninjamuffin99/Funkin-secret
This commit is contained in:
commit
0b1bac9db4
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ class Note extends FlxSprite
|
|||
else
|
||||
{
|
||||
if (strumTime > Conductor.songPosition - HIT_WINDOW)
|
||||
{ // * 0.2 if sustain note, so u have to keep holding it closer to all the way thru!
|
||||
if (strumTime < Conductor.songPosition + (HIT_WINDOW * (isSustainNote ? 0.2 : 1)))
|
||||
{ // * 0.5 if sustain note, so u have to keep holding it closer to all the way thru!
|
||||
if (strumTime < Conductor.songPosition + (HIT_WINDOW * (isSustainNote ? 0.5 : 1)))
|
||||
canBeHit = true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue