forked from Maescool/Catacomb-Snatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Map Colors
ohartl edited this page Apr 8, 2012
·
7 revisions
Element | Color |
SpikeTrap | 0000ff |
SpikeTrap1 | 0000fd |
SpikeTrap2 | 0000fe |
DropTrap | 0000cc |
Spawner Bat | 006600 |
Spawner Snake | 009900 |
Spawner Mummy | 00cc00 |
Spawner Scarab | 00ff00 |
Bat | 660000 |
Snake | 990000 |
Mummy | cc0000 |
Scarab | ff0000 |
Pharao | ffdd00 |
Turret | 990066 |
Turret Team1 | 990099 |
Turret Team2 | 990033 |
Treasure Pile | ffff00 |
Loot (200) | 100700 |
Unpassable Sand Tile | 888800 |
Wall Tile | ff0000 |
Destroyable Wall Tile | ff7777 |
Sand Tile | A8A800 |
Hole Tile | 000000 |
FloorTile | ffffff |
Unbreakable Rail Tile | 969696 |
Treasure Chest | c4e570 |
Most colors can easily be extracted from the source using this command:
find -iname "*.java"|xargs egrep "COLOR\s*=\s*[0-9a-fA-Fx]+"