Rock Paper Scissors + finally design of the buttons in main PetPet page + MY OWN DOMAIN https://petpet.mreidam.com

This commit is contained in:
2024-08-30 01:11:34 +02:00
parent e022691884
commit ddad696f4f
7 changed files with 61 additions and 10 deletions

View File

@@ -209,3 +209,12 @@ function time(){
time();
},1000);
}
function debug(){
attributes.Clean.value = Infinity;
attributes.Hp.value = Infinity;
attributes.Hunger.value = Infinity;
attributes.Joy.value = Infinity;
attributes.Age.max = Infinity
display();
}