diff options
author | Hop311 <hop3114@gmail.com> | 2023-04-03 19:38:27 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-04-03 19:38:27 +0200 |
commit | c7def7396da00b39eced666ad360397733712bfd (patch) | |
tree | 06fd1047a6193e9062c53375eeea2a8419f3cc1d /game/common/map/provinces.json | |
parent | 60ddfc88fd6dc259792532fadf9cc4407f90e95f (diff) |
Basic province id and shape loading and rendering.
Diffstat (limited to 'game/common/map/provinces.json')
-rw-r--r-- | game/common/map/provinces.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/game/common/map/provinces.json b/game/common/map/provinces.json new file mode 100644 index 0000000..66de29b --- /dev/null +++ b/game/common/map/provinces.json @@ -0,0 +1,9 @@ +{ + "prov_britain": [150, 0, 0], + "prov_ireland": [23, 147, 31], + "prov_iceland": "343D91", + "prov_cuba": "1E29FF", + "prov_madagascar": "790091", + "prov_ceylon": "FF6A00", + "prov_formosa": "82B1FF" +} |