Skip to content

Commit ddb2358

Browse files
committed
Added more default UI background sprites
1 parent adacac1 commit ddb2358

File tree

8 files changed

+30
-0
lines changed

8 files changed

+30
-0
lines changed

src/main/resources/assets/palladium/textures/gui/sprites/screen/background.png renamed to src/main/resources/assets/palladium/textures/gui/sprites/background/default.png

File renamed without changes.

src/main/resources/assets/palladium/textures/gui/sprites/screen/background.png.mcmeta renamed to src/main/resources/assets/palladium/textures/gui/sprites/background/default.png.mcmeta

File renamed without changes.
349 Bytes
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"gui": {
3+
"scaling": {
4+
"type": "nine_slice",
5+
"width": 2,
6+
"height": 2,
7+
"border": 7
8+
}
9+
}
10+
}
378 Bytes
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"gui": {
3+
"scaling": {
4+
"type": "nine_slice",
5+
"width": 45,
6+
"height": 45,
7+
"border": 20
8+
}
9+
}
10+
}
378 Bytes
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"gui": {
3+
"scaling": {
4+
"type": "nine_slice",
5+
"width": 45,
6+
"height": 45,
7+
"border": 20
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)