Changed UI textures for buttons.

This commit is contained in:
Harrison Deng 2019-03-07 23:46:18 -06:00
parent 40a5d171bc
commit c8415dd794
2 changed files with 27 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 355 B

View File

@ -1,51 +1,51 @@
{ {
"regions": [ "regions": [
{ {
"name": "Rounded9pButton-disabled", "name": "rectangle-button-disabled",
"bounds": { "bounds": {
"X": 0, "X": 0,
"Y": 0, "Y": 0,
"Width": 64, "Width": 16,
"Height": 64 "Height": 16
}, },
"ninePatchData": { "ninePatchData": {
"textureName": "Rounded9pButton-disabled.png", "textureName": "rectangle-button-disabled.png",
"left": 25, "left": 4,
"right": 25, "right": 4,
"bottom": 0, "bottom": 4,
"top": 25 "top": 4
} }
}, },
{ {
"name": "Rounded9pButton-down", "name": "rectangle-button-down",
"bounds": { "bounds": {
"X": 0, "X": 0,
"Y": 64, "Y": 16,
"Width": 64, "Width": 16,
"Height": 64 "Height": 16
}, },
"ninePatchData": { "ninePatchData": {
"textureName": "Rounded9pButton-down.png", "textureName": "rectangle-button-down.png",
"left": 25, "left": 4,
"right": 25, "right": 4,
"bottom": 0, "bottom": 4,
"top": 25 "top": 4
} }
}, },
{ {
"name": "Rounded9pButton", "name": "rectangle-button",
"bounds": { "bounds": {
"X": 64, "X": 0,
"Y": 0, "Y": 32,
"Width": 64, "Width": 16,
"Height": 64 "Height": 16
}, },
"ninePatchData": { "ninePatchData": {
"textureName": "Rounded9pButton.png", "textureName": "rectangle-button.png",
"left": 25, "left": 4,
"right": 25, "right": 4,
"bottom": 0, "bottom": 4,
"top": 25 "top": 4
} }
} }
], ],