remove test game
This commit is contained in:
parent
903acbbe26
commit
bd572575c6
@ -727,7 +727,7 @@ table td svg {
|
||||
}
|
||||
|
||||
.game-cryp button {
|
||||
color: #333333;
|
||||
color: #888;
|
||||
flex: 1 1 100%;
|
||||
font-size: 16pt;
|
||||
padding: 0;
|
||||
@ -742,6 +742,7 @@ table td svg {
|
||||
.game-cryp button[disabled] {
|
||||
color: #333333;
|
||||
font-size: 14pt;
|
||||
text-decoration: line-through
|
||||
}
|
||||
|
||||
.game-cryp button:hover {
|
||||
|
||||
@ -44,7 +44,6 @@ function Skill(props) {
|
||||
<button
|
||||
disabled='true'
|
||||
className='cryp-skill-btn disabled'>
|
||||
<span> </span>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ const actions = require('./actions');
|
||||
const setupKeys = require('./keyboard');
|
||||
const createSocket = require('./socket');
|
||||
const registerEvents = require('./events');
|
||||
const testGame = require('./test.game');
|
||||
// const testGame = require('./test.game');
|
||||
|
||||
const Header = require('./components/header.container');
|
||||
const Body = require('./components/body.component');
|
||||
@ -46,8 +46,8 @@ document.fonts.load('16pt "Jura"').then(() => {
|
||||
store.dispatch(actions.setWs(ws));
|
||||
ws.connect();
|
||||
|
||||
events.setGame(testGame);
|
||||
ws.clearGameStateTimeout();
|
||||
// events.setGame(testGame);
|
||||
// ws.clearGameStateTimeout();
|
||||
|
||||
// tells jdenticon to look for new svgs and render them
|
||||
// so we don't have to setInnerHtml or manually call update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user