Skip to content

Commit

Permalink
Rename creative to sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Nov 25, 2023
1 parent 1484d00 commit 11df077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function App(props: {}): JSX.Element {
Wordlike<p />
<button style={style} onClick={() => dispatch({ t: 'newGame' })}>Start Game</button>
<p /><p />
<button style={style} onClick={() => dispatch({ t: 'newGame', creative: true })}>Start Game (Creative Mode)</button>
<button style={style} onClick={() => dispatch({ t: 'newGame', creative: true })}>Start Game (Sandbox Mode)</button>
<p /><p />
<button style={style} onClick={() => dispatch({ t: 'setSceneState', state: { t: 'instructions', page: 0 } })}>Instructions</button>
</div>;
Expand Down

0 comments on commit 11df077

Please sign in to comment.