mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
23 lines
267 B
JSON
23 lines
267 B
JSON
{
|
|
"normal" : {
|
|
"width": 18,
|
|
"height": 31,
|
|
"items" : []
|
|
},
|
|
"pressed" : {
|
|
"width": 18,
|
|
"height": 31,
|
|
"items" : []
|
|
},
|
|
"blocked" : {
|
|
"width": 18,
|
|
"height": 31,
|
|
"items" : []
|
|
},
|
|
"highlighted" : {
|
|
"width": 18,
|
|
"height": 31,
|
|
"items" : []
|
|
},
|
|
}
|