mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-16 10:19:47 +02:00
23 lines
267 B
JSON
23 lines
267 B
JSON
|
{
|
||
|
"normal" : {
|
||
|
"width": 58,
|
||
|
"height": 64,
|
||
|
"items" : []
|
||
|
},
|
||
|
"pressed" : {
|
||
|
"width": 58,
|
||
|
"height": 64,
|
||
|
"items" : []
|
||
|
},
|
||
|
"blocked" : {
|
||
|
"width": 58,
|
||
|
"height": 64,
|
||
|
"items" : []
|
||
|
},
|
||
|
"highlighted" : {
|
||
|
"width": 58,
|
||
|
"height": 64,
|
||
|
"items" : []
|
||
|
},
|
||
|
}
|