1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-23 15:26:06 +00:00

monster and shit

This commit is contained in:
Cameron Taylor 2021-03-02 04:30:25 -05:00
parent d7f6407578
commit 9b5802e1d0

View file

@ -207,10 +207,10 @@ class Character extends FlxSprite
animation.addByPrefix('singRIGHT', 'Monster Right note', 24, false); animation.addByPrefix('singRIGHT', 'Monster Right note', 24, false);
addOffset('idle'); addOffset('idle');
addOffset("singUP", -20, 50); addOffset("singUP", -20, 94);
addOffset("singRIGHT", -51); addOffset("singRIGHT", -51, 30);
addOffset("singLEFT", -30); addOffset("singLEFT", -30, 20);
addOffset("singDOWN", -30, -40); addOffset("singDOWN", -50, -80);
playAnim('idle'); playAnim('idle');
case 'monster-christmas': case 'monster-christmas':
tex = Paths.getSparrowAtlas('christmas/monsterChristmas'); tex = Paths.getSparrowAtlas('christmas/monsterChristmas');