From 26028ca0bc78c6ad351329548db34f4591cd87d5 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:50:18 +0100 Subject: reposition PA, KY, TN, LA --- play.html | 8 ++++---- play.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/play.html b/play.html index 0aef420..47de302 100644 --- a/play.html +++ b/play.html @@ -1112,10 +1112,10 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
NY
NC
VA
-
PA
+
PA
WV
-
KY
-
TN
+
KY
+
TN
OH
IN
IL
@@ -1129,7 +1129,7 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
GA
AL
MS
-
LA
+
LA
AR
TX
OK
diff --git a/play.js b/play.js index 0477fbc..fa44fae 100644 --- a/play.js +++ b/play.js @@ -73,7 +73,7 @@ const LAYOUT = { "PA": [849, 247], "WV": [811, 300], "KY": [743, 341], - "TN": [716, 391], + "TN": [686, 401], "OH": [762, 277], "IN": [708, 285], "IL": [663, 323], @@ -87,7 +87,7 @@ const LAYOUT = { "GA": [779, 455], "AL": [715, 460], "MS": [662, 467], - "LA": [623, 534], + "LA": [623, 520], "AR": [605, 426], "TX": [482, 506], "OK": [519, 407], -- cgit v1.2.3