summaryrefslogtreecommitdiff
path: root/create.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-20 00:45:26 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commitea0e725f6454beae7f7cd993fce538b80b64459e (patch)
tree23ffb61cfe410534564535e33a4fe1354113f035 /create.html
parent819e1f195256b1cf5965d037345bec62758ea374 (diff)
downloadandean-abyss-ea0e725f6454beae7f7cd993fce538b80b64459e.tar.gz
WIP player count as option instead of scenario
Diffstat (limited to 'create.html')
-rw-r--r--create.html10
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>