Promote map generators to stand-alone editor tools.

This commit is contained in:
Paul Chote
2025-04-14 13:48:05 +01:00
committed by Gustas Kažukauskas
parent 78f660124c
commit b2acc653a0
15 changed files with 498 additions and 545 deletions

View File

@@ -34,8 +34,8 @@ options-starting-units =
resource-minerals = Valuable Minerals
map-generator-experimental = Experimental
map-generator-clear = Clear
map-generator-experimental = Experimental RMG
map-generator-clear = Clear Terrain
## Faction
faction-allies =

View File

@@ -299,7 +299,6 @@ World:
EditorWorld:
Inherits: ^BaseWorld
Inherits@MapGenerators: ^MapGenerators
EditorActorLayer:
EditorCursorLayer:
EditorResourceLayer:
@@ -320,3 +319,4 @@ EditorWorld:
BuildableTerrainOverlay:
AllowedTerrainTypes: Clear, Road
MarkerLayerOverlay:
Inherits@MapGenerators: ^MapGenerators