breaking shit on purpose

This commit is contained in:
ntr
2019-05-14 21:28:58 +10:00
parent c0ea1a40a7
commit 6f199b98f0
5 changed files with 11 additions and 405 deletions
-14
View File
@@ -53,19 +53,6 @@ function GamePanel(props) {
const header = (
<div className="instance-hdr">
<button
className="game-btn instance-btn instance-ui-btn left"
onClick={backClick}>
Back
</button>
<button
className="game-btn instance-btn instance-ui-btn left"
onClick={() => toggleLog(!showLog)}>
Log
</button>
<div className="spacer">
<div>&nbsp;</div>
</div>
<button
className="game-btn instance-btn instance-ui-btn right"
onClick={() => sendGameReady()}>
@@ -177,7 +164,6 @@ function GamePanel(props) {
{header}
{timer}
{PlayerTeam(playerTeam, setActiveSkill)}
<TargetingArrows />
{otherTeams.map(OpponentTeam)}
</section>
);