diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-26 18:57:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 19:05:52 +0200 |
commit | 7fdc9800cef0b86c6dc77ed799a7d35904593b1e (patch) | |
tree | 9126183294eedeb20aac194f814ba01956379fe0 /play.js | |
parent | 3ec19c1c349ed7fb81bca5f1d1a02c532eb2e81b (diff) | |
download | time-of-crisis-7fdc9800cef0b86c6dc77ed799a7d35904593b1e.tar.gz |
Tweak layout of Nomad Homeland.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -290,21 +290,21 @@ const BOXES = { "Mare Orientale XY": [ 1480, 1160, 60, 60 ], "Mare Occidentale XY": [ 720, 900, 60, 60 ], "Oceanus Atlanticus XY": [ 180, 500, 60, 60 ], - "Nomads XY": [ 520, 1460, 60, 60 ], + "Nomads XY": [ 520, 1440, 60, 60 ], "Sassanids XY": [ 2440, 820, 60, 60 ], "Goths XY": [ 2020, 360, 60, 60 ], "Alamanni XY": [ 1540, 280, 60, 60 ], "Franks XY": [ 1160, 300, 60, 60 ], - "Franks Dice": [785,160,100,50], - "Alamanni Dice": [1265,160,100,50], - "Goths Dice": [1730,195,100,50], - "Sassanids Dice": [2380,895,100,50], - "Nomads Dice": [570,1520,100,50], - "Franks Battle": [750,210,430,180], - "Alamanni Battle": [1240,210,430,180], - "Goths Battle": [1670,245,430,180], - "Sassanids Battle": [2070,980,430,180], - "Nomads Battle": [670,1400,430,180], + "Franks Dice": [ 785, 160, 100, 50 ], + "Alamanni Dice": [ 1265, 160, 100, 50 ], + "Goths Dice": [ 1730, 195, 100, 50 ], + "Sassanids Dice": [ 2380, 895, 100, 50 ], + "Nomads Dice": [ 570, 1520, 100, 50 ], + "Franks Battle": [ 750, 210, 430, 180 ], + "Alamanni Battle": [ 1240, 210, 430, 180 ], + "Goths Battle": [ 1670, 245, 430, 180 ], + "Sassanids Battle": [ 2070, 980, 430, 180 ], + "Nomads Battle": [ 670, 1400, 430, 180 ], } const LAYOUT_XY = [ |