Skip to content

Commit

Permalink
rename global state key
Browse files Browse the repository at this point in the history
  • Loading branch information
r4pt0s committed Nov 1, 2024
1 parent c03dcd9 commit 6d454e6
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 6d454e6

Please sign in to comment.