diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-20 00:45:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | ea0e725f6454beae7f7cd993fce538b80b64459e (patch) | |
tree | 23ffb61cfe410534564535e33a4fe1354113f035 /create.html | |
parent | 819e1f195256b1cf5965d037345bec62758ea374 (diff) | |
download | andean-abyss-ea0e725f6454beae7f7cd993fce538b80b64459e.tar.gz |
WIP player count as option instead of scenario
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> |