summaryrefslogtreecommitdiff
path: root/client/src/editor.ts
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-17 01:34:20 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-17 01:34:20 -0400
commitfa2d9b6f912b48f4968f012bce5f14d225395a77 (patch)
tree4f5e5935dcbcb3a6179f38d4c2e2592d28939cf0 /client/src/editor.ts
parentdelete compiled js (diff)
downloadtuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.gz
tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.bz2
tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.zip
layout changed
Diffstat (limited to 'client/src/editor.ts')
-rw-r--r--client/src/editor.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/editor.ts b/client/src/editor.ts
index 687f076..77088ce 100644
--- a/client/src/editor.ts
+++ b/client/src/editor.ts
@@ -1,10 +1,9 @@
import { genMap } from "./map.js"
import { startGraphicsUpdater } from "./renderer.js"
-import { GameState, Vec2, ATLAS_TILE_WIDTH, Tile } from "./types.js"
+import { GameState, Vec2, Tile } from "./types.js"
const mapgen = document.getElementById("mapgen")
const sidebar = document.getElementById("sidebar")
-sidebar.style.display = "none"
mapgen.onsubmit = async function(event) {
event.preventDefault()