Skip to content

Commit

Permalink
feat: renamed to "2DGameCreator"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jun 1, 2023
1 parent 7288a2c commit 91e9e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export const answersAtom = atomWithStorage<
content: string;
task: string;
}[]
>("2DGameGPT", [
>("2DGameCreator", [
{
id: "1",
content: baseGame.default,
task: "Base Game",
},
]);
export const showCodeAtom = atomWithStorage("2DGameGPT-editor", false);
export const showCodeAtom = atomWithStorage("2DGameCreator-editor", false);

0 comments on commit 91e9e61

Please sign in to comment.