Skip to content

Commit

Permalink
rename global state key (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4pt0s authored Nov 1, 2024
2 parents c03dcd9 + 6d454e6 commit 8f584b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/gameState.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { speedByScaleFactor } from '../constants';

const LOCAL_STORAGE_GAME_STATE_KEY = 'gameState';
const LOCAL_STORAGE_GAME_STATE_KEY = 'gameStateZtmQuest';

const initialState = () => ({
player: {
Expand Down

0 comments on commit 8f584b8

Please sign in to comment.