diff options
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/create.html b/create.html index b6ec3f7..58095e1 100644 --- a/create.html +++ b/create.html @@ -1,3 +1,13 @@ <p> +Player count: +<br> +<select name="players"> +<option value="">4 Player</option> +<option value="3">3 Player</option> +<option value="2">2 Player</option> +<option value="1">Solo</option> +</select> + +<p> <label><input type="checkbox" name="seeded" value="true">Seeded Propaganda Option</label> </p> |