forked from GithubMirrors/cardconjurer
		
	life
This commit is contained in:
		@@ -286,4 +286,7 @@ function inputCardArtName(cardArtNameInput) {
 | 
			
		||||
}
 | 
			
		||||
function inputCardArtNameNumber(cardArtNameNumberInput) {
 | 
			
		||||
	playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
document.getElementById("gridShell").addEventListener("touchmove", function(event) {
 | 
			
		||||
	event.preventDefault()
 | 
			
		||||
})
 | 
			
		||||
@@ -52,7 +52,7 @@
 | 
			
		||||
		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><br><br>
 | 
			
		||||
		For a better experience, save this website to your home screen and open it from there.
 | 
			
		||||
		For an optimal experience, save this website to your home screen and open it from there.
 | 
			
		||||
	</div>
 | 
			
		||||
	<div onclick="fullscreen()" class="hidden" id="return">CLICK ANYWHERE TO RETURN TO FULLSCREEN</div>
 | 
			
		||||
	<div id="gridShell">
 | 
			
		||||
@@ -120,9 +120,9 @@
 | 
			
		||||
	}
 | 
			
		||||
	#gridShell {
 | 
			
		||||
		display: none;
 | 
			
		||||
		position: fixed;
 | 
			
		||||
		/*position: fixed;
 | 
			
		||||
		top: 0;
 | 
			
		||||
		left: 0;
 | 
			
		||||
		left: 0;*/
 | 
			
		||||
	}
 | 
			
		||||
	#gridShell:fullscreen {
 | 
			
		||||
		display: inline-block;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user