Implements inventory system, wip

This commit is contained in:
2026-05-22 11:03:17 +02:00
parent 4ff46865c2
commit dd3fe0e38e
15 changed files with 431 additions and 40 deletions
+9
View File
@@ -53,6 +53,15 @@ i.prismrpg {
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1);
background-image: var(--background-image-base);
background-size: 100% 100%;
background-repeat: no-repeat;
.window-content {
background-image: var(--background-image-base);
background-size: 100% 100%;
background-repeat: no-repeat;
}
button:hover {
background: var(--color-dark-6);
}