fix songs with spaces (part 200)

This commit is contained in:
KadeDeveloper
2021-07-20 13:22:14 -07:00
parent c403a6a40a
commit aab9cab7b4
3 changed files with 8 additions and 3 deletions

View File

@ -260,7 +260,7 @@ class Character extends FlxSprite
case 'bf-car':
var tex = Paths.getSparrowAtlas('bfCar','shared',true);
frames = tex;
animation.addByPrefix('idle', 'BF idle dance', 16, false);
animation.addByPrefix('idle', 'BF idle dance', 24, false);
animation.addByPrefix('singUP', 'BF NOTE UP0', 24, false);
animation.addByPrefix('singLEFT', 'BF NOTE LEFT0', 24, false);
animation.addByPrefix('singRIGHT', 'BF NOTE RIGHT0', 24, false);