Gives LocalStorage access to Cerberus X html5 projects.
- Download the repo
- Place the
localstorage
folder inCerberus/modules_ext
- Place
Import localstorage
at the top of your cerberus source file - Save key/value string pairs with
SaveLocalStorage( KEY$, VALUE$ )
, and load them withLoadLocalStorage( KEY$ )