mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
bf pixel die offset fix & manual sparrow fix
This commit is contained in:
parent
6e23041d8c
commit
ab1a89783c
1 changed files with 2 additions and 2 deletions
|
@ -408,8 +408,8 @@ class Character extends FlxSprite
|
|||
animation.play('firstDeath');
|
||||
|
||||
addOffset('firstDeath');
|
||||
addOffset('deathLoop', -37);
|
||||
addOffset('deathConfirm', -37);
|
||||
addOffset('deathLoop', -30, -12);
|
||||
addOffset('deathConfirm', -30, -12);
|
||||
playAnim('firstDeath');
|
||||
// pixel bullshit
|
||||
setGraphicSize(Std.int(width * 6));
|
||||
|
|
Loading…
Add table
Reference in a new issue