diff options
author | stale <redkugelblitzin@gmail.com> | 2022-07-02 05:49:10 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-07-02 05:49:10 -0300 |
commit | 517df189e71626025d33a442cebff592df2d5358 (patch) | |
tree | bd24571f39d529fe0b9412346667ba2dd6af0a4e /assets/index.html | |
parent | cc2eb4ef053da7a53663bdecac912a1c49490301 (diff) |
a bunch of stuff iunno, v 1.2
Diffstat (limited to 'assets/index.html')
-rw-r--r-- | assets/index.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/assets/index.html b/assets/index.html index c67e4d6..9729132 100644 --- a/assets/index.html +++ b/assets/index.html @@ -17,16 +17,17 @@ <label>room name <input name="rname" type="text" autofocus></label><br> <label> board dimensions - <input name="rwidth" type="number" value="30" required> + <input name="bwidth" type="number" value="30" required> x - <input name="rheight" type="number" value="20" required><br> - where <input name="rration" type="number" value="1" required> - in every <input name="rratiod" type="number" value="8" required> + <input name="bheight" type="number" value="20" required><br> + where <input name="mineratio-n" type="number" value="1" required> + in every <input name="mineratio-d" type="number" value="8" required> tiles are mines </label><br> - <label>public, ie. shown in the lobby <input name="raccess" type="checkbox" checked></label><br> - <label>safe first move (if possible) <input name="ralwayssafe1move" type="checkbox" checked></label><br> - <label>player limit <input name="rlimit" type="number" value="32"></label><br> + <label>public, ie. shown in the lobby <input name="public" type="checkbox" checked></label><br> + <label>safe first move (if possible) <input name="allsafe1move" type="checkbox" checked></label><br> + <label>revealed borders <input name="rborders" type="checkbox"></label><br> + <label>player limit <input name="limit" type="number" value="32"></label><br> <button id="createbtn">create</button> </fieldset> </form> |