Previously I used Local Storage function to save all my globalvar data and load them at the start of the game, for instance, If LevelKey exist > get LevelKey, S...
I have a game where I have redefine keys screen. When I redefine the keys (press key for left, key for right etc.) they're put into an array and then I loop thr...