wip
This commit is contained in:
parent
04e406180a
commit
1995cd7547
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.game {
|
.game {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 1.5em 1.5em 1fr 1fr;
|
grid-template-rows: 1.5em 1.5em 1fr 1.5fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"ready"
|
"ready"
|
||||||
"timer"
|
"timer"
|
||||||
|
|||||||
@ -51,8 +51,8 @@ document.fonts.load('16pt "Jura"').then(() => {
|
|||||||
store.dispatch(actions.setWs(ws));
|
store.dispatch(actions.setWs(ws));
|
||||||
ws.connect();
|
ws.connect();
|
||||||
|
|
||||||
events.setGame(testGame);
|
// events.setGame(testGame);
|
||||||
ws.clearGameStateTimeout();
|
// ws.clearGameStateTimeout();
|
||||||
|
|
||||||
const Cryps = () => (
|
const Cryps = () => (
|
||||||
<main className="cryps" >
|
<main className="cryps" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user