diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 01:34:20 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 01:34:20 -0400 |
commit | fa2d9b6f912b48f4968f012bce5f14d225395a77 (patch) | |
tree | 4f5e5935dcbcb3a6179f38d4c2e2592d28939cf0 /client/mapeditor.html | |
parent | delete compiled js (diff) | |
download | tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.gz tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.bz2 tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.zip |
layout changed
Diffstat (limited to 'client/mapeditor.html')
-rw-r--r-- | client/mapeditor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mapeditor.html b/client/mapeditor.html index 4fca9de..5df8c38 100644 --- a/client/mapeditor.html +++ b/client/mapeditor.html @@ -16,7 +16,7 @@ <input type="submit" value="Create"/> </form> </div> - <div id="sidebar"> + <div id="sidebar" style="display: none;"> <p>W: Place Wall</p> <p>G: Place Ghost Wall</p> <p>F: Place Food</p> |