diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 3 |
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"/> |