diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-26 22:19:03 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 19:05:52 +0200 |
commit | 7dcd467b452f52e6831740d2cd85a7098a3984f6 (patch) | |
tree | eade14a8199f81f8e24d4ef1be8b38f3221282c8 /play.js | |
parent | 5a4754c6f27b3ff80154dc2c1c5358d791cd474f (diff) | |
download | time-of-crisis-7dcd467b452f52e6831740d2cd85a7098a3984f6.tar.gz |
Fix Quaestor layout.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ] ] |