Hello, my question is does persist remember the object after closing and relaunching game, or which webstorage value i should add? Thanks
Develop games in your browser. Powerful, performant & highly capable.
No. Persist only keeps objects from being destroyed when you move to another layout.
If you want to save the game state, you should use a save file or store all data regarding your objects to a webstorage.
https://www.scirra.com/tutorials/526/ho ... -savegames