From 7dcd467b452f52e6831740d2cd85a7098a3984f6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 26 Jun 2023 22:19:03 +0200 Subject: Fix Quaestor layout. --- play.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 90408e6..a0bcacf 100644 --- a/play.js +++ b/play.js @@ -381,12 +381,12 @@ const LAYOUT_QUAESTOR = [ [ 1327, 930 ], [ 1097, 620 ], [ 1445, 714 ], - [ 1643, 1462 ], - [ 590, 1284 ], - [ 97, 974 ], [ 174, 254 ], [ 1897, 925 ], [ 1977, 1274 ], + [ 1643, 1462 ], + [ 590, 1284 ], + [ 97, 974 ], ] const LAYOUT_SEA = [ [ 0, 0 ] ] -- cgit v1.2.3