forked from GithubMirrors/cardconjurer
life
This commit is contained in:
@@ -48,12 +48,10 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<script src="https://github.com/richtr/NoSleep.js/blob/master/dist/NoSleep.min.js"></script>
|
||||
|
||||
<body>
|
||||
<div id="settings" class="settings">
|
||||
Number of Players:<br>
|
||||
<input id="inputPlayerCount" class="input" type="number" min="2" value="6" max="16"><br>
|
||||
<input id="inputPlayerCount" class="input" type="number" min="2" value="4" max="16"><br>
|
||||
Starting Life Total:<br>
|
||||
<input id="inputStartingLife" class="input" type="number" min="0" value="40"><br>
|
||||
<button id="buttonStartGame" class="input" onclick="startGame()">Game On!</button>
|
||||
|
Reference in New Issue
Block a user