summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--client/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 4d19ec0..5e76fbc 100644
--- a/client/index.html
+++ b/client/index.html
@@ -14,7 +14,8 @@
<input type="text" id="player_name" name="name" placeholder="Player Name">
<input type="submit" value="Join!"/>
</form>
- <div id="lobby">
+ <input id="mapeditor" type="button" value="Map Editor">
+ <div id="lobby" style="display: none;">
<span>Players:</span>
<div id="players"></div>
<input type="button" id="start" value="Start Game"/>