Merge pull request #918 from trayfellow/trayfellow-week2monsterupdate

update week 2 monster with his updated design
This commit is contained in:
Kade M
2021-06-19 20:35:10 -07:00
committed by GitHub
3 changed files with 113 additions and 113 deletions

View File

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