Updated RPG

This commit is contained in:
2024-03-15 14:28:41 +01:00
parent 4f49a47d52
commit e204fd9016
2 changed files with 32 additions and 30 deletions

View File

@@ -19,7 +19,6 @@ body{
#controls{
user-select: none;
cursor: pointer;
border: 1px #000 solid;
padding: 5px;
}
@@ -40,4 +39,8 @@ body{
.stat{
padding-right: 10px;
}
button{
cursor: pointer;
}