give me your fohken credit card information

This commit is contained in:
trayfellouch 2021-06-19 18:15:47 +07:00 committed by GitHub
parent ce07415ae3
commit fdde7f2767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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('characters/monsterChristmas'); tex = Paths.getSparrowAtlas('characters/monsterChristmas');