From 4b96a1e54cf62c339f448c4c01ab0df3228df5f6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 6 May 2024 14:33:03 +0200 Subject: tweak calendar box 16 (off calendar) location --- play.js | 34 +++++++++++++++++----------------- 1 file 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 = [] -- cgit v1.2.3