From 3a0a3bc2cd44c96934b8f64810683e2ca0401023 Mon Sep 17 00:00:00 2001 From: jadedctrl Date: Thu, 30 Mar 2017 22:42:30 -0500 Subject: [PATCH] Changed knight icon from 'T' to 'N' --- board.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board.json b/board.json index ed77757..98779d1 100644 --- a/board.json +++ b/board.json @@ -15,7 +15,7 @@ "direction": "d" }, "knight": { - "text": "t", + "text": "n", "direction_ad_1": "2n1e", "direction_ad_2": "2n1w", "direction_ad_3": "2s1e", @@ -50,7 +50,7 @@ "direction": "d" }, "knight": { - "text": "T", + "text": "N", "direction_ad_1": "2n1e", "direction_ad_2": "2n1w", "direction_ad_3": "2s1e",