Mercurial > hg > tilerswift
changeset 85:bceea4c471ad
TILE_PALETTES: Add a few more palettes
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Tue, 10 Sep 2019 22:24:52 -0400 |
parents | 57b7570368b1 |
children | 25702133df10 |
files | colors.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/colors.py +++ b/colors.py @@ -73,7 +73,10 @@ QT_NES_PALETTE = [QG.QColor(color).rgb() for color in NES_PALETTE] TILE_PALETTES = { - "Megaman": [32, 15, 33, 1], + "Primary": [0x20, 0x16, 0x19, 0x01], + "Megaman": [0x20, 0x0f, 0x21, 0x01], + "Mario": [0x20, 0x16, 0x36, 0x07], + "Link": [0x20, 0x29, 0x37, 0x28], }