From 2887a49ba15ff1ee07aa8f403487b7ade1f61d7f Mon Sep 17 00:00:00 2001 From: HotPizzaYT <57576298+HotPizzaYT@users.noreply.github.com> Date: Wed, 11 May 2022 11:03:19 -0500 Subject: [PATCH] Update 3DSTownSquare to its current state --- 3ds/chat/dsi.php | 6 +- 3ds/copyleft.png | Bin 0 -> 286 bytes 3ds/forums/data/topic/0.json | 2 +- 3ds/games/cbr/data/1/info.php | 11 +- 3ds/games/cbr/polyfill.js | 1800 ++++++++++++++++++++++++++++++++- 3ds/games/cbr/shop.php | 8 +- 3ds/games/nixsim/index.php | 124 +++ 3ds/games/phong.htm | 223 ++++ 3ds/index.php | 21 +- detect.php | 11 +- 10 files changed, 2191 insertions(+), 15 deletions(-) create mode 100644 3ds/copyleft.png create mode 100644 3ds/games/nixsim/index.php create mode 100644 3ds/games/phong.htm diff --git a/3ds/chat/dsi.php b/3ds/chat/dsi.php index ecd62a8..19e768e 100644 --- a/3ds/chat/dsi.php +++ b/3ds/chat/dsi.php @@ -35,6 +35,7 @@ if(isset($_GET["room"])){ background-color: ; } #chatscreen { + font-size: 10px; height: 160px; background-color: #ffffff; overflow-y: scroll; @@ -55,6 +56,9 @@ if(isset($_GET["room"])){ .whisper{ background-color: #00FFFF; } + b { + font-weight: heavy; + } @@ -212,7 +216,7 @@ if(isset($_GET["room"])){