THUAI8/map-generator/Python/SETTINGS.py

13 lines
361 B
Python

from Preparation.Utility import PlaceType as PT
title = 'THUAI7-MapGenerator'
file_suffix = '.thuai7.map'
areas = {PT.Null: '#FFFFFF',
PT.Ruin: '#B97A57',
PT.Shadow: '#22B14C',
PT.Asteroid: '#99D9EA',
PT.Resource: '#A349A4',
PT.Construction: '#FF7F27',
PT.Wormhole: '#880015',
PT.Home: '#ED1C24'}