From 5c567d4d8f45be09dc80d03ddbcac8bc1ef9eeff Mon Sep 17 00:00:00 2001 From: dangranos Date: Mon, 1 Jan 2018 13:47:00 +0700 Subject: [PATCH] Reworked console terminal. --- game.php | 38 +++++------- mar/game.css | 91 +++++++++++++++++++++++++++++ mar/phaser/mar.js | 143 ++++++++++++++++++++++++++++++++++------------ 3 files changed, 214 insertions(+), 58 deletions(-) diff --git a/game.php b/game.php index 99b2c92..266b428 100644 --- a/game.php +++ b/game.php @@ -94,23 +94,6 @@ if (isset($user)) { #gameBtns { display: inline; } - - #console { - font-family: fixedsys, monospace; - font-size: 24pt; - line-height: 21px; - resize: none; - overflow-y: scroll; - width: 680px; - height: 180px; - } - - #consoleContainer { - margin: 20px; - text-align: center; - } - -