Calling line() with these arguments is causing PICO-8 to crash. It seems any iteration around having these "extreme" values on one axis is causing it to either get stuck in an infinite loop or crash outright.
line(16,-15070,17,29772,12)
Oddly, if you flip the x and y values it'll finish executing and display the command prompt without rendering the line, but then crashes as soon as a key is pressed.
line(-15070,16,29772,17,12)
Sorry, this has already been fixed. I just realised I was running 0.2.2 instead of 0.2.2c.
[Please log in to post a comment]