mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix JSON files
This commit is contained in:
@@ -2,20 +2,20 @@
|
|||||||
"basepath" : "battle/rangeHighlights/green/",
|
"basepath" : "battle/rangeHighlights/green/",
|
||||||
"images" :
|
"images" :
|
||||||
[
|
[
|
||||||
{ "frame" : 00, "file" : "empty.png"}, // 000001 -> 00 empty frame
|
{ "frame" : 0, "file" : "empty.png"}, // 000001 -> 00 empty frame
|
||||||
|
|
||||||
// load single edges
|
// load single edges
|
||||||
{ "frame" : 01, "file" : "topLeft.png"}, //000001 -> 01 topLeft
|
{ "frame" : 1, "file" : "topLeft.png"}, //000001 -> 01 topLeft
|
||||||
{ "frame" : 02, "file" : "topLeft.png"}, //000010 -> 02 topRight
|
{ "frame" : 2, "file" : "topLeft.png"}, //000010 -> 02 topRight
|
||||||
{ "frame" : 03, "file" : "left.png"}, //000100 -> 04 right
|
{ "frame" : 3, "file" : "left.png"}, //000100 -> 04 right
|
||||||
{ "frame" : 04, "file" : "topLeft.png"}, //001000 -> 08 bottomRight
|
{ "frame" : 4, "file" : "topLeft.png"}, //001000 -> 08 bottomRight
|
||||||
{ "frame" : 05, "file" : "topLeft.png"}, //010000 -> 16 bottomLeft
|
{ "frame" : 5, "file" : "topLeft.png"}, //010000 -> 16 bottomLeft
|
||||||
{ "frame" : 06, "file" : "left.png"}, //100000 -> 32 left
|
{ "frame" : 6, "file" : "left.png"}, //100000 -> 32 left
|
||||||
|
|
||||||
// load double edges
|
// load double edges
|
||||||
{ "frame" : 07, "file" : "top.png"}, //000011 -> 03 top
|
{ "frame" : 7, "file" : "top.png"}, //000011 -> 03 top
|
||||||
{ "frame" : 08, "file" : "top.png"}, //011000 -> 24 bottom
|
{ "frame" : 8, "file" : "top.png"}, //011000 -> 24 bottom
|
||||||
{ "frame" : 09, "file" : "topLeftHalfCorner.png"}, //000110 -> 06 topRightHalfCorner
|
{ "frame" : 9, "file" : "topLeftHalfCorner.png"}, //000110 -> 06 topRightHalfCorner
|
||||||
{ "frame" : 10, "file" : "topLeftHalfCorner.png"}, //001100 -> 12 bottomRightHalfCorner
|
{ "frame" : 10, "file" : "topLeftHalfCorner.png"}, //001100 -> 12 bottomRightHalfCorner
|
||||||
{ "frame" : 11, "file" : "topLeftHalfCorner.png"}, //110000 -> 48 bottomLeftHalfCorner
|
{ "frame" : 11, "file" : "topLeftHalfCorner.png"}, //110000 -> 48 bottomLeftHalfCorner
|
||||||
{ "frame" : 12, "file" : "topLeftHalfCorner.png"}, //100001 -> 33 topLeftHalfCorner
|
{ "frame" : 12, "file" : "topLeftHalfCorner.png"}, //100001 -> 33 topLeftHalfCorner
|
||||||
|
@@ -2,20 +2,20 @@
|
|||||||
"basepath" : "battle/rangeHighlights/red/",
|
"basepath" : "battle/rangeHighlights/red/",
|
||||||
"images" :
|
"images" :
|
||||||
[
|
[
|
||||||
{ "frame" : 00, "file" : "empty.png"}, // 000001 -> 00 empty frame
|
{ "frame" : 0, "file" : "empty.png"}, // 000001 -> 00 empty frame
|
||||||
|
|
||||||
// load single edges
|
// load single edges
|
||||||
{ "frame" : 01, "file" : "topLeft.png"}, //000001 -> 01 topLeft
|
{ "frame" : 1, "file" : "topLeft.png"}, //000001 -> 01 topLeft
|
||||||
{ "frame" : 02, "file" : "topLeft.png"}, //000010 -> 02 topRight
|
{ "frame" : 2, "file" : "topLeft.png"}, //000010 -> 02 topRight
|
||||||
{ "frame" : 03, "file" : "left.png"}, //000100 -> 04 right
|
{ "frame" : 3, "file" : "left.png"}, //000100 -> 04 right
|
||||||
{ "frame" : 04, "file" : "topLeft.png"}, //001000 -> 08 bottomRight
|
{ "frame" : 4, "file" : "topLeft.png"}, //001000 -> 08 bottomRight
|
||||||
{ "frame" : 05, "file" : "topLeft.png"}, //010000 -> 16 bottomLeft
|
{ "frame" : 5, "file" : "topLeft.png"}, //010000 -> 16 bottomLeft
|
||||||
{ "frame" : 06, "file" : "left.png"}, //100000 -> 32 left
|
{ "frame" : 6, "file" : "left.png"}, //100000 -> 32 left
|
||||||
|
|
||||||
// load double edges
|
// load double edges
|
||||||
{ "frame" : 07, "file" : "top.png"}, //000011 -> 03 top
|
{ "frame" : 7, "file" : "top.png"}, //000011 -> 03 top
|
||||||
{ "frame" : 08, "file" : "top.png"}, //011000 -> 24 bottom
|
{ "frame" : 8, "file" : "top.png"}, //011000 -> 24 bottom
|
||||||
{ "frame" : 09, "file" : "topLeftHalfCorner.png"}, //000110 -> 06 topRightHalfCorner
|
{ "frame" : 9, "file" : "topLeftHalfCorner.png"}, //000110 -> 06 topRightHalfCorner
|
||||||
{ "frame" : 10, "file" : "topLeftHalfCorner.png"}, //001100 -> 12 bottomRightHalfCorner
|
{ "frame" : 10, "file" : "topLeftHalfCorner.png"}, //001100 -> 12 bottomRightHalfCorner
|
||||||
{ "frame" : 11, "file" : "topLeftHalfCorner.png"}, //110000 -> 48 bottomLeftHalfCorner
|
{ "frame" : 11, "file" : "topLeftHalfCorner.png"}, //110000 -> 48 bottomLeftHalfCorner
|
||||||
{ "frame" : 12, "file" : "topLeftHalfCorner.png"}, //100001 -> 33 topLeftHalfCorner
|
{ "frame" : 12, "file" : "topLeftHalfCorner.png"}, //100001 -> 33 topLeftHalfCorner
|
||||||
|
2
test/testdata/erm/list-manipulation.json
vendored
2
test/testdata/erm/list-manipulation.json
vendored
@@ -5,7 +5,7 @@
|
|||||||
"MDATA":{},
|
"MDATA":{},
|
||||||
"Q":{},
|
"Q":{},
|
||||||
"v":{
|
"v":{
|
||||||
"1":5
|
"1":5,
|
||||||
"2":5,
|
"2":5,
|
||||||
"3":6
|
"3":6
|
||||||
},
|
},
|
||||||
|
2
test/testdata/erm/std.json
vendored
2
test/testdata/erm/std.json
vendored
@@ -5,7 +5,7 @@
|
|||||||
"MDATA":{},
|
"MDATA":{},
|
||||||
"Q":{},
|
"Q":{},
|
||||||
"v":{
|
"v":{
|
||||||
"1":1
|
"1":1,
|
||||||
"2":40320
|
"2":40320
|
||||||
},
|
},
|
||||||
"z":{
|
"z":{
|
||||||
|
Reference in New Issue
Block a user