From ac444c8bdd16a517e85135678c016cb2c990d0f5 Mon Sep 17 00:00:00 2001
From: mingjun97
Date: Wed, 4 May 2022 13:12:44 -0700
Subject: [PATCH] [WIP] Add cheating page
---
console.html | 17 +++++++++-
pages/cheat.html | 28 ++++++++++++++++
pages/players.html | 1 -
scripts/cheat.js | 43 ++++++++++++++++++++++++
scripts/console.js | 20 ++++++++---
scripts/onload.js | 28 +++++++++++++++-
scripts/parent.js | 4 +--
scripts/players.js | 2 +-
styles/cheat.css | 34 +++++++++++++++++++
styles/console.css | 84 ++++++++++++++++++++++++++++++++++++++++++++++
styles/picnic.css | 1 +
11 files changed, 252 insertions(+), 10 deletions(-)
create mode 100644 pages/cheat.html
create mode 100644 scripts/cheat.js
create mode 100644 styles/cheat.css
create mode 100644 styles/picnic.css
diff --git a/console.html b/console.html
index 46817a3..0793768 100644
--- a/console.html
+++ b/console.html
@@ -9,14 +9,29 @@
Mojo Console
+
Ready
-
+
+
+
+
+
+
+ Server Response
+
+
+ Message!
+
+
+
+
+
+
diff --git a/pages/cheat.html b/pages/cheat.html
new file mode 100644
index 0000000..cf86899
--- /dev/null
+++ b/pages/cheat.html
@@ -0,0 +1,28 @@
+
+
+