blockly-threex
blockly-threex copied to clipboard
Saving Blocks
trafficstars
URLS get too long. Implement a way to save current block configuration and load it later.
how and where to save ?
no server to run on my side being key :)
They click a button and it spits out some equivalent of what you're currently doing for the URL, Then, they have the option of copy pasting that and saving it on their own computer as a text file. Then, when they play again, they can paste the script into your load function and it basically loads it like how you currently do your URL. You've got most of it already, shouldn't be much extra.