cocos2d-html5
cocos2d-html5 copied to clipboard
cc.sys.localstorage in windows
Running Cocos2d with Cocos creator in Simulator or Windows Debug
cc.sys.localStorage.setItem("test", "Test") successfully saves down to the sqllite in the appdata folder. then, Object.keys(cc.sys.localStorage).foreach((save)=>{console.log(save)}) never shows the save