From 74991a8216424de4be77f2bc135ff9b500f639aa Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 8 Jul 2018 20:30:50 -0400 Subject: Multicolored roofs --- ...-in-different-blocks-(including-X-and-Y-flip).md | 2 +- screenshots/redplusplus-goldenrod-city.png | Bin 23197 -> 23260 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md index 2b18ff7..6620112 100644 --- a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md +++ b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md @@ -1031,7 +1031,7 @@ Case in point: here's Goldenrod City from [Red++ 3](https://github.com/TheFakeMa [![Screenshot](screenshots/redplusplus-goldenrod-city.png)](screenshots/redplusplus-goldenrod-city.png) -The same tiles can appear in different colors, like lit `YELLOW` and unlit `BROWN` windows using a single tile. Trees are horizontally symmetrical, as are some roofs and walls, so they only needed half as many tiles. Vertical symmetry is also useful, like for the pattern on the Dept. Store's roof. And with the priority attribute, NPCs can walk behind things like treetops or some rooftops. (That doesn't work for every roof, since some have white highlights that would be transparent, but it works for the Pokémon Center roof.) All the tiles that saved, plus [expanding tilesets from 192 to 255 tiles](Expand-tilesets-from-192-to-255-tiles), allowed a wide variety of unique buildings and decorations. This is the entire tileset: +The same tiles can appear in different colors, like lit `YELLOW` and unlit `BROWN` windows using a single tile, or multicolored roofs. Trees are horizontally symmetrical, as are some roofs and walls, so they only needed half as many tiles. Vertical symmetry is also useful, like for the pattern on the Dept. Store's roof. And with the priority attribute, NPCs can walk behind things like treetops or some rooftops. (That doesn't work for every roof, since some have white highlights that would be transparent, but it works for the Pokémon Center roof.) All the tiles that saved, plus [expanding tilesets from 192 to 255 tiles](Expand-tilesets-from-192-to-255-tiles), allowed a wide variety of unique buildings and decorations. This is the entire tileset: ![Screenshot](screenshots/redplusplus-goldenrod-tileset.png) diff --git a/screenshots/redplusplus-goldenrod-city.png b/screenshots/redplusplus-goldenrod-city.png index e926097..27e0bbe 100644 Binary files a/screenshots/redplusplus-goldenrod-city.png and b/screenshots/redplusplus-goldenrod-city.png differ -- cgit v1.2.3