1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

- Added the last two missing patterns

This commit is contained in:
beegee1 2013-04-27 08:57:04 +00:00
parent a7ed3ee3d0
commit 9776fa9f18

View File

@ -51,6 +51,26 @@
],
"mapping" : { "normal" : "76" }
},
{
"id" : "x4",
"data" :
[
"N", "N", "S",
"N", "N", "D",
"S", "D", "D"
],
"mapping" : { "normal" : "77" }
},
{
"id" : "x5",
"data" :
[
"N", "N", "D",
"N", "N", "D",
"D", "D", "S"
],
"mapping" : { "normal" : "78" }
},
// No transition
{
"id" : "n1",