diff --git a/Tools.md b/Tools.md deleted file mode 100644 index 555cae7..0000000 --- a/Tools.md +++ /dev/null @@ -1,110 +0,0 @@ -_Last updated for version v 0.8.*_ - -# Configure - -## Heightmap - -Click to open Heightmap customization menu - -`editHeightmap()` - -## Biomes - -Click to open Biomes Editor - -`editBiomes()` - -## States - -Click to open States Editor - -`editStates()` - -## Cultures - -Click to open Cultures Editor - -`editCultures()` - -## Namesbase - -Click to open Namesbase Editor - -`editNamesbase()` - -## Burgs - -Click to open Burgs Editor - -`editBurgs()` - -## Units - -Click to open Units Editor - - -`editUnits()` - -# Regenerate - -## State labels - -Click to update state labels placement based on current borders - -`BurgsAndStates.drawStateLabels()` - -## Relief icons - -Click to regenerate all relief icons based on current cell biome and elevation - -`ReliefIcons()` - -## Routes - -Click to regenerate all routes - -`Routes.regenerate()` - -## Rivers - -Click to regenerate all rivers - -`Rivers.generate()` - -## Population - -Click to recalculate rural and urban population - -`recalculatePopulation();` - -# Add - -## Burg - -Click on map to place a burg. Hold Shift to add multiple - -`toggleAddBurg()` - -## Label - -Click on map to place label. Hold Shift to add multiple - -`toggleAddLabel()` - -## River - -Click on map to place a river. Hold Shift to add multiple - -`toggleAddRiver()` - -## Route - -Click on map to place a route - -`toggleAddRoute()` - -## Marker - -Click on map to place a marker. Hold Shift to add multiple - -`toggleAddMarker()` \ No newline at end of file