diff options
Diffstat (limited to 'assets/index.html')
-rw-r--r-- | assets/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/index.html b/assets/index.html index 614ccd0..4f38797 100644 --- a/assets/index.html +++ b/assets/index.html @@ -28,6 +28,7 @@ <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>reveal on lose <input name="revealonlose" type="checkbox" checked></label><br> + <label>number tile revealing <input name="numtilereveal" type="checkbox" checked></label><br> <label>player limit <input name="limit" type="number" value="32"></label><br> <button id="createbtn">create</button> </fieldset> |