summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-06 14:33:03 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-06 14:33:03 +0200
commit4b96a1e54cf62c339f448c4c01ab0df3228df5f6 (patch)
tree15a395165efc3ab16d75d3432d1342b65893f159
parent93d3b2f98908239562162b22591a61cc1c5d3aae (diff)
downloadplantagenet-4b96a1e54cf62c339f448c4c01ab0df3228df5f6.tar.gz
tweak calendar box 16 (off calendar) location
-rw-r--r--play.js34
1 files changed, 17 insertions, 17 deletions
diff --git a/play.js b/play.js
index 15c45e8..53f1453 100644
--- a/play.js
+++ b/play.js
@@ -419,23 +419,23 @@ for (let i = 0; i <= 45; ++i) {
}
const CALENDAR_XY = [
- [102,38,100,162],
- [204,38,100,162],
- [306,38,100,162],
- [408,38,100,162],
- [510,38,100,162],
- [612,38,100,162],
- [734,38,100,162],
- [836,38,100,162],
- [938,38,100,162],
- [1040,38,100,162],
- [1142,38,100,162],
- [734,260,100,162],
- [836,260,100,162],
- [938,260,100,162],
- [1040,260,100,162],
- [1142,260,100,162],
- [938,423,310,52],
+ [102,38],
+ [204,38],
+ [306,38],
+ [408,38],
+ [510,38],
+ [612,38],
+ [734,38],
+ [836,38],
+ [938,38],
+ [1040,38],
+ [1142,38],
+ [734,260],
+ [836,260],
+ [938,260],
+ [1040,260],
+ [1142,260],
+ [1030,480],
]
const LOCALE_XY = []