mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
pet logic is implemented!!
This commit is contained in:
parent
b43bcb8a7e
commit
fde22ee9c2
3 changed files with 279 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue