changeset 113:ef1a879802ad

TILE_PALETTES: add a few more standard palettes This almost gives enough standard palettes to pick a few at first.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 19 Sep 2019 17:16:21 -0400
parents b6002eead003
children 4b1e034dc9fb
files colours.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/colours.py
+++ b/colours.py
@@ -76,7 +76,11 @@
     "Primary":  [0x20, 0x16, 0x19, 0x01],
     "Megaman": [0x20, 0x0f, 0x21, 0x01],
     "Mario": [0x20, 0x16, 0x36, 0x07],
+    "Luigi": [0x0f, 0x30, 0x37, 0x19],
     "Link": [0x20, 0x29, 0x37, 0x28],
+    "Simon": [0x0f, 0x28, 0x37, 0x07],
+    "White Mage": [0x0f, 0x16, 0x30, 0x37],
+    "Black Mage": [0x0f, 0x28, 0x08, 0x01],
 }