From 9776fa9f182438d674797d57daf99d383c989474 Mon Sep 17 00:00:00 2001 From: beegee1 Date: Sat, 27 Apr 2013 08:57:04 +0000 Subject: [PATCH] - Added the last two missing patterns --- config/terrainViewPatterns.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/terrainViewPatterns.json b/config/terrainViewPatterns.json index 8d6a389ab..1e1bd1222 100644 --- a/config/terrainViewPatterns.json +++ b/config/terrainViewPatterns.json @@ -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",