mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
central store for heightmap configs
This commit is contained in:
parent
c2640bcada
commit
5a6b5b4c95
9 changed files with 145 additions and 190 deletions
27
config/precreated-heightmaps.js
Normal file
27
config/precreated-heightmaps.js
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
"use strict";
|
||||
|
||||
const precreatedHeightmaps = {
|
||||
"africa-centric": {id: 0, name: "Africa Centric"},
|
||||
arabia: {id: 1, name: "Arabia"},
|
||||
atlantics: {id: 2, name: "Atlantics"},
|
||||
britain: {id: 3, name: "Britain"},
|
||||
caribbean: {id: 4, name: "Caribbean"},
|
||||
"east-asia": {id: 5, name: "East Asia"},
|
||||
eurasia: {id: 6, name: "Eurasia"},
|
||||
europe: {id: 7, name: "Europe"},
|
||||
"europe-accented": {id: 8, name: "Europe Accented"},
|
||||
"europe-and-central-asia": {id: 9, name: "Europe and Central Asia"},
|
||||
"europe-central": {id: 10, name: "Europe Central"},
|
||||
"europe-north": {id: 11, name: "Europe North"},
|
||||
greenland: {id: 12, name: "Greenland"},
|
||||
hellenica: {id: 13, name: "Hellenica"},
|
||||
iceland: {id: 14, name: "Iceland"},
|
||||
"indian-ocean": {id: 15, name: "Indian Ocean"},
|
||||
"mediterranean-sea": {id: 16, name: "Mediterranean Sea"},
|
||||
"middle-east": {id: 17, name: "Middle East"},
|
||||
"north-america": {id: 18, name: "North America"},
|
||||
"us-centric": {id: 19, name: "US-centric"},
|
||||
"us-mainland": {id: 20, name: "US Mainland"},
|
||||
world: {id: 21, name: "World"},
|
||||
"world-from-pacific": {id: 22, name: "World from Pacific"}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue