- Fixed v0.2 showing v0.3 for some reason
v0.3
- Made the function CURSOR()-dependable
I got an idea to make this from this post: https://www.lexaloffle.com/bbs/?tid=51903 (I probably didn't understand what did they mean though)
This library is still in development.
Old versions:



A nice idea. Trying to compute the new coordinates of the cursor after a partial print is limiting : what if you use newlines, characters wider than 3 pixels, what if the screen scrolled ? Instead, do your partial print and call cursor() without parameter to know where to draw your sprite. Then update the cursor coordinates, either with cursor with parameters or by printing spaces, and redo the whole thing if you have characters remaining.



@RealShadowCaster I forgot CURSOR() exists lol. That would be a very good idea! Also the library is too small for PICO-8 to crash Iirc. And rewriting it would be nice too. Thanks!
[Please log in to post a comment]