rhythmbullet/RhythmBullet/Content/UI.tatlas

69 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-01-14 04:09:12 +00:00
{
"regions": [
{
2019-03-08 05:46:18 +00:00
"name": "rectangle-button-disabled",
2019-01-23 01:33:42 +00:00
"bounds": {
2019-01-14 04:09:12 +00:00
"X": 0,
"Y": 0,
2019-03-08 05:46:18 +00:00
"Width": 16,
"Height": 16
2019-01-14 04:09:12 +00:00
},
"ninePatchData": {
2019-03-08 05:46:18 +00:00
"textureName": "rectangle-button-disabled.png",
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
2019-01-14 04:09:12 +00:00
}
},
{
2019-03-08 05:46:18 +00:00
"name": "rectangle-button-down",
2019-01-23 01:33:42 +00:00
"bounds": {
2019-01-14 04:09:12 +00:00
"X": 0,
2019-03-08 05:46:18 +00:00
"Y": 16,
"Width": 16,
"Height": 16
2019-01-14 04:09:12 +00:00
},
"ninePatchData": {
2019-03-08 05:46:18 +00:00
"textureName": "rectangle-button-down.png",
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
2019-01-14 04:09:12 +00:00
}
},
{
2019-03-09 08:02:32 +00:00
"name": "rectangle-button-highlighted",
2019-01-23 01:33:42 +00:00
"bounds": {
2019-03-08 05:46:18 +00:00
"X": 0,
"Y": 32,
"Width": 16,
"Height": 16
2019-01-14 04:09:12 +00:00
},
2019-03-09 08:02:32 +00:00
"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
},
2019-01-14 04:09:12 +00:00
"ninePatchData": {
2019-03-08 05:46:18 +00:00
"textureName": "rectangle-button.png",
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
2019-01-14 04:09:12 +00:00
}
}
],
"textureName": "UI.png"
}