
I've gotten some of the basics down, but i cant seem to get the sprites to play.
I've tried both anim8 and animx, but both dont work; anim8 cant play the sprites correctly, and animx just straight up crashes.
Idk how to go about this, does anyone have a solution, or an explanation of why the .xml don't work with animx?
Also any comments about how i can just generally make the game better are appreciated.
Love 2D error with animx:
Error
libraries/animx/init.lua:359: attempt to index local 'frameNo' (a nil value)
Traceback
[love "callbacks.lua"]:228: in function 'handler'
libraries/animx/init.lua:359: in function 'newActorXML'
libraries/animx/init.lua:268: in function 'newActor'
main.lua:49: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'