mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 05:41:55 -05:00
life
This commit is contained in:
@@ -288,7 +288,7 @@ function inputCardArtName(cardArtNameInput) {
|
|||||||
function inputCardArtNameNumber(cardArtNameNumberInput) {
|
function inputCardArtNameNumber(cardArtNameNumberInput) {
|
||||||
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
|
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
|
||||||
}
|
}
|
||||||
document.getElementById("mainGrid").addEventListener("touchmove", function(event) {
|
// document.getElementById("mainGrid").addEventListener("touchmove", function(event) {
|
||||||
event.preventDefault()
|
// event.preventDefault()
|
||||||
console.log("it ran?")
|
// console.log("it ran?")
|
||||||
}, false)
|
// }, false)
|
10
life.html
10
life.html
@@ -120,9 +120,9 @@
|
|||||||
}
|
}
|
||||||
#gridShell {
|
#gridShell {
|
||||||
display: none;
|
display: none;
|
||||||
/*position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;*/
|
left: 0;
|
||||||
}
|
}
|
||||||
#gridShell:fullscreen {
|
#gridShell:fullscreen {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -156,8 +156,8 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 5pt;
|
top: 5pt;
|
||||||
right: 5pt;
|
right: 5pt;
|
||||||
width: 60pt;
|
width: 50pt;
|
||||||
height: 60pt;
|
height: 50pt;
|
||||||
}
|
}
|
||||||
.menu {
|
.menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
.menuInterior {
|
.menuInterior {
|
||||||
margin: 70pt 0px 0px 0px;
|
margin: 60pt 0px 0px 0px;
|
||||||
padding: 10pt;
|
padding: 10pt;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: calc(100% - 70pt);
|
height: calc(100% - 70pt);
|
||||||
|
Reference in New Issue
Block a user