fresh Song charted
This commit is contained in:
@ -20,6 +20,8 @@ class Boyfriend extends Character
|
||||
animation.addByPrefix('hey', 'BF HEY', 24, false);
|
||||
playAnim('idle');
|
||||
|
||||
antialiasing = true;
|
||||
|
||||
addOffset('idle', -5);
|
||||
addOffset("singUP", -29, 27);
|
||||
addOffset("singRIGHT", -38, -7);
|
||||
|
@ -37,6 +37,7 @@ class Note extends FlxSprite
|
||||
|
||||
setGraphicSize(Std.int(width * 0.7));
|
||||
updateHitbox();
|
||||
antialiasing = true;
|
||||
|
||||
switch (Math.abs(noteData))
|
||||
{
|
||||
|
@ -201,6 +201,7 @@ class PlayState extends FlxState
|
||||
babyArrow.scrollFactor.set();
|
||||
babyArrow.setGraphicSize(Std.int(babyArrow.width * 0.7));
|
||||
babyArrow.updateHitbox();
|
||||
babyArrow.antialiasing = true;
|
||||
|
||||
babyArrow.ID = i + 1;
|
||||
|
||||
|
Reference in New Issue
Block a user