This commit is contained in:
CortexCore
2023-10-30 01:25:53 +08:00
parent add6d0cab3
commit 18f664a545
125 changed files with 3529 additions and 700 deletions

View File

@@ -110,3 +110,26 @@ TabBar Button:disabled {
-unity-background-image-tint-color: rgb(255, 255, 255);
scale: 1.1 1.1;
}
.inventory-container {
width: 624px;
height: 768px;
background-color: rgba(0, 0, 0, 0.5);
align-items: flex-start;
flex-wrap: wrap;
flex-direction: row;
padding-left: 24px;
padding-right: 24px;
padding-top: 24px;
padding-bottom: 24px;
}
.inventory-container-background {
padding-left: 16px;
padding-right: 16px;
padding-top: 16px;
padding-bottom: 16px;
background-color: rgb(32, 32, 32);
min-width: 256px;
min-height: 512px;
}