- //
- //
- //
- //
- //
- //
- // {logs}
- //
- // diff --git a/client/src/components/game.component.jsx b/client/src/components/game.component.jsx index 0b613f02..85d4a795 100644 --- a/client/src/components/game.component.jsx +++ b/client/src/components/game.component.jsx @@ -1,6 +1,4 @@ const preact = require('preact'); -const { STATS, eventClasses, getCombatText, ConstructAvatar } = require('../utils'); -// const { animationDivs } = require('../animations'); const GameConstruct = require('./game.construct'); function GamePanel(props) { @@ -12,35 +10,12 @@ function GamePanel(props) { setActiveConstruct, sendInstanceState, sendGameReady, - showLog, - toggleLog, skip, quit, } = props; if (!game) return