Skip to content

Commit

Permalink
Change game duration to 300s
Browse files Browse the repository at this point in the history
  • Loading branch information
rycs2812 committed Jun 27, 2022
1 parent ca56900 commit 38338a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/play/Play.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Play: React.FC = () => {
const [keys, setKeys] = useState<keyboardMap>(unshuffledMap)
const [players, setPlayers] = useState({})

const [time, setTime] = useState(110)
const [time, setTime] = useState(300)

const [startTime, setStartTime] = useState(Date.now())

Expand Down

1 comment on commit 38338a6

@vercel
Copy link

@vercel vercel bot commented on 38338a6 Jun 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

scramble – ./

scramble-git-main-neosunhan.vercel.app
scramble-vert.vercel.app
scramble-neosunhan.vercel.app

Please sign in to comment.