changeset 87:7a48bf24c84a

Tile: change default palette I think a "neutral" white + rgb palette is a better default. I plan to add an interface later to make it easier to pick other base palettes.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 10 Sep 2019 22:49:50 -0400
parents 25702133df10
children 0a7156615d04
files tilerswift
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tilerswift
+++ b/tilerswift
@@ -37,8 +37,7 @@
 
 class Tile(object):
 
-    # Mega Man colours
-    default_palette = TILE_PALETTES["Megaman"]
+    default_palette = TILE_PALETTES["Primary"]
 
     def __init__(self, raw_tile):
         super().__init__()