feat: Add transparent textures for storage overlay

This commit is contained in:
Wapic
2025-03-13 16:12:32 +01:00
committed by Linnea Gräf
parent 0765c8aee1
commit 2cfe476909
21 changed files with 60 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View File

@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 17,
"height": 18,
"border": 2
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

View File

@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 91,
"height": 184,
"border": 7
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

View File

@@ -0,0 +1,9 @@
{
"gui": {
"scaling": {
"type": "tile",
"width": 162,
"height": 18
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

View File

@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 176,
"height": 222,
"border": 10
}
}
}