You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" app.StarRodException: Cannot invoke "game.sprite.editor.animators.KeyframeAnimator$Keyframe.setImage(java.util.Queue)" because "curKf" is null
at game.sprite.editor.animators.KeyframeAnimator.generate(KeyframeAnimator.java:247)
at game.sprite.SpriteComponent.convertToKeyframes(SpriteComponent.java:397)
at game.sprite.Sprite.convertToKeyframes(Sprite.java:520)
at game.sprite.editor.SpriteEditor.lambda$20(SpriteEditor.java:1060)
at game.map.editor.common.BaseEditor.lambda$3(BaseEditor.java:232)
at org.lwjgl.opengl.awt.AWTGLCanvas.runInContext(AWTGLCanvas.java:94)
at game.map.editor.GLEditor.runInContext(GLEditor.java:22)
at game.map.editor.common.BaseEditor.launch(BaseEditor.java:230)
at game.sprite.editor.SpriteEditor.main(SpriteEditor.java:214)
The text was updated successfully, but these errors were encountered:
I wanted to add that whenever I try to duplicate an animation, it just creates an empty animation. I have no idea what is going wrong with this specific enemy.
The text was updated successfully, but these errors were encountered: