frunk
frunk
This commit is contained in:
commit
b8e0dd6b30
@ -174,7 +174,10 @@ class Note extends FlxSprite
|
||||
}
|
||||
|
||||
|
||||
prevNote.scale.y *= Conductor.stepCrochet / 100 * 1.8 * FlxG.save.data.scrollSpeed;
|
||||
if(FlxG.save.data.scrollSpeed != 1)
|
||||
prevNote.scale.y *= Conductor.stepCrochet / 100 * 1.5 * FlxG.save.data.scrollSpeed;
|
||||
else
|
||||
prevNote.scale.y *= Conductor.stepCrochet / 100 * 1.5 * PlayState.SONG.speed;
|
||||
prevNote.updateHitbox();
|
||||
// prevNote.setGraphicSize();
|
||||
}
|
||||
|
@ -2619,7 +2619,7 @@ class PlayState extends MusicBeatState
|
||||
dad.playAnim('singDOWN' + altAnim, true);
|
||||
case 0:
|
||||
dad.playAnim('singLEFT' + altAnim, true);
|
||||
}
|
||||
}
|
||||
|
||||
#if windows
|
||||
if (lua != null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user