Changed UI textures for buttons.
This commit is contained in:
parent
40a5d171bc
commit
c8415dd794
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 355 B |
@ -1,51 +1,51 @@
|
||||
{
|
||||
"regions": [
|
||||
{
|
||||
"name": "Rounded9pButton-disabled",
|
||||
"name": "rectangle-button-disabled",
|
||||
"bounds": {
|
||||
"X": 0,
|
||||
"Y": 0,
|
||||
"Width": 64,
|
||||
"Height": 64
|
||||
"Width": 16,
|
||||
"Height": 16
|
||||
},
|
||||
"ninePatchData": {
|
||||
"textureName": "Rounded9pButton-disabled.png",
|
||||
"left": 25,
|
||||
"right": 25,
|
||||
"bottom": 0,
|
||||
"top": 25
|
||||
"textureName": "rectangle-button-disabled.png",
|
||||
"left": 4,
|
||||
"right": 4,
|
||||
"bottom": 4,
|
||||
"top": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Rounded9pButton-down",
|
||||
"name": "rectangle-button-down",
|
||||
"bounds": {
|
||||
"X": 0,
|
||||
"Y": 64,
|
||||
"Width": 64,
|
||||
"Height": 64
|
||||
"Y": 16,
|
||||
"Width": 16,
|
||||
"Height": 16
|
||||
},
|
||||
"ninePatchData": {
|
||||
"textureName": "Rounded9pButton-down.png",
|
||||
"left": 25,
|
||||
"right": 25,
|
||||
"bottom": 0,
|
||||
"top": 25
|
||||
"textureName": "rectangle-button-down.png",
|
||||
"left": 4,
|
||||
"right": 4,
|
||||
"bottom": 4,
|
||||
"top": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Rounded9pButton",
|
||||
"name": "rectangle-button",
|
||||
"bounds": {
|
||||
"X": 64,
|
||||
"Y": 0,
|
||||
"Width": 64,
|
||||
"Height": 64
|
||||
"X": 0,
|
||||
"Y": 32,
|
||||
"Width": 16,
|
||||
"Height": 16
|
||||
},
|
||||
"ninePatchData": {
|
||||
"textureName": "Rounded9pButton.png",
|
||||
"left": 25,
|
||||
"right": 25,
|
||||
"bottom": 0,
|
||||
"top": 25
|
||||
"textureName": "rectangle-button.png",
|
||||
"left": 4,
|
||||
"right": 4,
|
||||
"bottom": 4,
|
||||
"top": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user