Bug Report: It crash's when I'm loading my charter in #547
Replies: 8 comments 11 replies
|
I believe it has something to do with this frames = Paths.getSparrowAtlas('characters/senpai'); I'm pretty sure it's trying to grab senpai's assets? However I could be wrong. |
|
how yes what do I do then |
|
but it happens for mad bot and that's off spirit and mad bot and beat bot is off senpai but when I load them all in it crash's |
|
After looking through it even more there are a few things that could be causing crashes case 'killbot': Like this is missing killbot's name case 'beatbot': And this seems fine but are you sure it lines up with the XML? Also you could just be forgetting their healthicons. |
|
no I have then thank you |
|
it still dose it for all my charter and I don't know why I looked at the cmd and everything was fine |
|
It's probably the formatting of the xml that's getting you; can you post up screenshots of all three of them (spirit's sprite formatting is weird) like what this person did? I've figured out most of the issues that pop with spriting so I think I can figure out what's wrong if I see the rest of your work. |
|
@A1foostbit: Rename file "Killbot_assets.xml.txt" to "Killbot_assets.xml". You may need to enable file extensions |
Uh oh!
There was an error while loading. Please reload this page.
pleas help Kade don't delete pleas so I was loading my charter in and it crashed I'm on windows and here's my code
package;
import flixel.FlxG;
import flixel.FlxSprite;
import flixel.animation.FlxBaseAnimation;
import flixel.graphics.frames.FlxAtlasFrames;
using StringTools;
class Character extends FlxSprite
{
public var animOffsets:Map<String, Array>;
public var debugMode:Bool = false;
}
All reactions