pet logic is implemented!!

This commit is contained in:
zyl 2024-06-24 23:21:00 -07:00
parent b43bcb8a7e
commit fde22ee9c2
No known key found for this signature in database
3 changed files with 279 additions and 34 deletions

View file

@ -1,7 +1,13 @@
.hidden {
display: none;
}
#pet {
.hidden {
display: none;
}
#debug-section [name] {
font-weight: bold;
#debug-section [name] {
font-weight: bold;
}
button {
margin-bottom: 4px;
}
}