diff --git a/mods/gen/chrome.yaml b/mods/gen/chrome.yaml index 529f2375..a55eb97b 100644 --- a/mods/gen/chrome.yaml +++ b/mods/gen/chrome.yaml @@ -1202,3 +1202,14 @@ dropdown-separators: separator-pressed: 766, 2, 1, 19 separator-disabled: 513, 258, 1, 19 observer-separator: 769, 258, 1, 19 + +editor: + Inherits: ^Glyphs + Regions: + select: 85, 171, 16, 16 + tiles: 51, 171, 16, 16 + overlays: 68, 171, 16, 16 + actors: 34, 68, 16, 16 + tools: 136, 68, 16, 16 + history: 136, 51, 16, 16 + erase: 102, 171, 16, 16 diff --git a/mods/gen/rules/world/world.yaml b/mods/gen/rules/world/world.yaml index 43689f24..784e0e55 100644 --- a/mods/gen/rules/world/world.yaml +++ b/mods/gen/rules/world/world.yaml @@ -205,3 +205,4 @@ EditorWorld: EditorActionManager: BuildableTerrainOverlay: AllowedTerrainTypes: Grass, Snow, Sand, Concrete, GrassRoad, SnowRoad, SandRoad + MarkerLayerOverlay: diff --git a/mods/gen/uibits/glyphs-2x.png b/mods/gen/uibits/glyphs-2x.png index 2fccb791..2c18757c 100644 Binary files a/mods/gen/uibits/glyphs-2x.png and b/mods/gen/uibits/glyphs-2x.png differ diff --git a/mods/gen/uibits/glyphs-3x.png b/mods/gen/uibits/glyphs-3x.png index dde74cd4..a430979d 100644 Binary files a/mods/gen/uibits/glyphs-3x.png and b/mods/gen/uibits/glyphs-3x.png differ diff --git a/mods/gen/uibits/glyphs.png b/mods/gen/uibits/glyphs.png index f59e4217..ba124686 100644 Binary files a/mods/gen/uibits/glyphs.png and b/mods/gen/uibits/glyphs.png differ