If someone would change pixel zoom var? idk
This commit is contained in:
parent
6c1af6722b
commit
695bb8f02d
@ -143,7 +143,7 @@ class Note extends FlxSprite
|
|||||||
animation.add(dataColor[i] + 'holdend', [i + 4]); // Tails
|
animation.add(dataColor[i] + 'holdend', [i + 4]); // Tails
|
||||||
}
|
}
|
||||||
|
|
||||||
var widthSize = Std.int(PlayState.curStage.startsWith('school') ? (width * PlayState.daPixelZoom) : (isSustainNote ? (width * 4.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);
|
setGraphicSize(widthSize);
|
||||||
updateHitbox();
|
updateHitbox();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user