diff options
Diffstat (limited to 'game/common/map/terrain.json')
-rw-r--r-- | game/common/map/terrain.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/game/common/map/terrain.json b/game/common/map/terrain.json new file mode 100644 index 0000000..60596c9 --- /dev/null +++ b/game/common/map/terrain.json @@ -0,0 +1,7 @@ +{ + "ocean.png": "204080", + "farmlands.png": [88, 170, 37], + "mountains.png": "584B25", + "desert_rocky.png": "A06C38", + "desert_smooth.png": "BAA644" +} |