Browse Source

- Added the last two missing patterns

beegee1 12 years ago
parent
commit
9776fa9f18
1 changed files with 20 additions and 0 deletions
  1. 20 0
      config/terrainViewPatterns.json

+ 20 - 0
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",