Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 379 Bytes

File metadata and controls

11 lines (8 loc) · 379 Bytes

localstorage for Cerberus X

Gives LocalStorage access to Cerberus X html5 projects.

Installation

  • Download the repo
  • Place the localstorage folder in Cerberus/modules_ext

Usage

  • Place Import localstorage at the top of your cerberus source file
  • Save key/value string pairs with SaveLocalStorage( KEY$, VALUE$ ), and load them with LoadLocalStorage( KEY$ )