From b9567594804fd19303641f04bece7bb97bf12546 Mon Sep 17 00:00:00 2001 From: LipkeGu Date: Wed, 17 Sep 2014 22:12:22 +0200 Subject: [PATCH] Use the current selected terrain Palette from the selected Map. Use the current selected terrain Palette from the defined Tileset in the Map. - The Tileset is defined in "map.yaml" at "Tileset:" - The color palette is defined in the ".yaml" at "Palette:" --- mods/ts/rules/world.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/ts/rules/world.yaml b/mods/ts/rules/world.yaml index 0b3158bdcd..dc05a09640 100644 --- a/mods/ts/rules/world.yaml +++ b/mods/ts/rules/world.yaml @@ -14,9 +14,8 @@ World: Name: player Filename: unittem.pal ShadowIndex: 1 - PaletteFromFile@terrain: + PaletteFromCurrentTileset: Name: terrain - Filename: isotem.pal PaletteFromFile@chrome: Name: chrome Filename: cameo.pal