Implemented new RA.

This commit is contained in:
2019-03-09 02:02:32 -06:00
parent 668f66fe30
commit 03f1bdee7b
5 changed files with 39 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 526 B

View File

@@ -33,13 +33,29 @@
}
},
{
"name": "rectangle-button",
"name": "rectangle-button-highlighted",
"bounds": {
"X": 0,
"Y": 32,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": "rectangle-button-highlighted.png",
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
}
},
{
"name": "rectangle-button",
"bounds": {
"X": 0,
"Y": 48,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": "rectangle-button.png",
"left": 4,