Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //////////////////////
  2. //READ LOCAL STORAGE
  3. //////////////////////
  4. this.playerStats;
  5. if (localStorage.getItem('Canyon_Runner_9282733_playerStats') != null) {
  6. this.playerStats = JSON.parse(localStorage.getItem('Canyon_Runner_9282733_playerStats'));
  7. } else {
  8. this.playerStats = { topScore: 0, topTime: 0, returnPlayerToState: 'HowToPlay'};
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement