-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu Character Editor keeps crashing #16357
Comments
do you know if it works with atlases? and if so it might be something with your sprite atlas |
did you put the character in |
Idk what an atlas is- I'm kinda slow |
I put it in both |
its the kind where you have all the parts split up and have an animation.json and all that, the stuff base game uses sometimes. |
you should only put it in mods since your modding from lua, as the game would try to reach for both but crash as you need to compile the game via source in order to put menucharacters in the main assets. |
Describe your bug here.
Everytime I reload the image for my custom menu Character, the game crashed with this error:
flixel/graphics/frames/Flx/AtlasFrames.hx(line 253)states/editors/MenuCharacter/mEditorState.hx
Command Prompt/Terminal logs (if existing)
Are you modding a build from source or with Lua?
Lua
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
No
The text was updated successfully, but these errors were encountered: