mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
First Dice game; 2048 for mobile partialy; Shadows and custom background in rock paper scissors
This commit is contained in:
@@ -186,4 +186,24 @@ function hasEmptyTile() {
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function left(){
|
||||
slideLeft();
|
||||
setTwo();
|
||||
}
|
||||
|
||||
function up(){
|
||||
slideUp();
|
||||
setTwo();
|
||||
}
|
||||
|
||||
function down(){
|
||||
slideDown();
|
||||
setTwo();
|
||||
}
|
||||
|
||||
function right(){
|
||||
slideRight();
|
||||
setTwo();
|
||||
}
|
||||
Reference in New Issue
Block a user