dumb
This commit is contained in:
parent
695bb8f02d
commit
22da8523e9
@ -143,7 +143,7 @@ class Note extends FlxSprite
|
||||
animation.add(dataColor[i] + 'holdend', [i + 4]); // Tails
|
||||
}
|
||||
|
||||
var widthSize = Std.int(PlayState.curStage.startsWith('school') ? (width * PlayState.daPixelZoom) : (isSustainNote ? (width * PlayState.daPixelZoom - 1.5) : (width * PlayState.daPixelZoom)));
|
||||
var widthSize = Std.int(PlayState.curStage.startsWith('school') ? (width * PlayState.daPixelZoom) : (isSustainNote ? (width * (PlayState.daPixelZoom - 1.5)) : (width * PlayState.daPixelZoom)));
|
||||
|
||||
setGraphicSize(widthSize);
|
||||
updateHitbox();
|
||||
|
Loading…
x
Reference in New Issue
Block a user