Changed knight icon from 'T' to 'N'
This commit is contained in:
parent
229293517a
commit
3a0a3bc2cd
|
@ -15,7 +15,7 @@
|
||||||
"direction": "d"
|
"direction": "d"
|
||||||
},
|
},
|
||||||
"knight": {
|
"knight": {
|
||||||
"text": "t",
|
"text": "n",
|
||||||
"direction_ad_1": "2n1e",
|
"direction_ad_1": "2n1e",
|
||||||
"direction_ad_2": "2n1w",
|
"direction_ad_2": "2n1w",
|
||||||
"direction_ad_3": "2s1e",
|
"direction_ad_3": "2s1e",
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
"direction": "d"
|
"direction": "d"
|
||||||
},
|
},
|
||||||
"knight": {
|
"knight": {
|
||||||
"text": "T",
|
"text": "N",
|
||||||
"direction_ad_1": "2n1e",
|
"direction_ad_1": "2n1e",
|
||||||
"direction_ad_2": "2n1w",
|
"direction_ad_2": "2n1w",
|
||||||
"direction_ad_3": "2s1e",
|
"direction_ad_3": "2s1e",
|
||||||
|
|
Reference in New Issue