Fix: Default player count and initialize player type rows
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
<div class="setup-group">
|
||||
<label for="player-count">Total Players:</label>
|
||||
<select id="player-count">
|
||||
<option value="2">2 Players</option>
|
||||
<option value="3" selected>3 Players</option>
|
||||
<option value="2" selected>2 Players</option>
|
||||
<option value="3">3 Players</option>
|
||||
<option value="4">4 Players</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user