I hate the locator bar

This commit is contained in:
Banjoei
2025-07-02 16:57:20 -04:00
parent 627c22af40
commit e9d5f9a744
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"animation": {
"frames": [
{
"index": 0,
"time": 10
},
{
"index": 1,
"time": 4
}
],
"height": 10
}
}

View File

@@ -0,0 +1,15 @@
{
"animation": {
"frames": [
{
"index": 0,
"time": 10
},
{
"index": 1,
"time": 4
}
],
"height": 10
}
}

View File

@@ -0,0 +1,15 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 12,
"height": 5,
"border": {
"left": 5,
"right": 5,
"top": 1,
"bottom": 1
}
}
}
}