mdaffin/sprockit.io

As a user I want to be able to save my scripts to my browser localstorage so that I can return to the game at a later date or refresh my browser without losing my script

mdaffin opened this issue · 1 comments

Implement tests and the logic to save the script to the browsers localstorage. This should be when the user clicks a save button or hits ctrl+s.

Implemented but needs testing