Added skins to the gameboard
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// gameboard.js required
|
||||
|
||||
|
||||
function when_clicked(){
|
||||
document.getElementById("particles-js").style.backgroundImage = "url(assets/textures/options.png)";
|
||||
document.getElementById("start-the-game").style.display = "none";
|
||||
@@ -19,6 +17,14 @@ function uncheck() {
|
||||
showcontent = false;
|
||||
document.getElementById("button-text-01").innerHTML = "Turn on card numbers";
|
||||
}
|
||||
function check_nofail() {
|
||||
nofail = true;
|
||||
document.getElementById("button-text-01-fail").innerHTML = "Turn off no fail";
|
||||
}
|
||||
function uncheck_nofail() {
|
||||
nofail = false;
|
||||
document.getElementById("button-text-01-fail").innerHTML = "Turn on no fail";
|
||||
}
|
||||
function check_allowspin() {
|
||||
allow_spin = true;
|
||||
document.getElementById("button-text-01-spin").innerHTML = "Disable spinning";
|
||||
|
||||
Reference in New Issue
Block a user