When I tried using the save shortcut (on PICO-8 education edition) nothing seemed to happen, other than the notification on the bottom of the screen. I do know about manually typing "save" in the console, so I suppose it isn't much of a problem ┐( ̄ヘ ̄)┌
When you use the "save" command it will download a txt file to your downloads folder. When using "load" it will lookup what files you have in your downloads folder to load.
It's not a bug, it's a new feature.
Now the Ctrl+S shortcut in the education edition will save your cart to browser cache.
You can load it after you close the page or the browser as long as you don't clear the cache.
You can also use LS
to see what you saved to the browser cache.
At the same time, SAVE CART_NAME
will still download your cart to your local file system.
Press esc, then type save <filename>.p8
. it should then save to your computer's hard drive and not browser storage.
[Please log in to post a comment]