changeset 89:9c43a23aa204

RGY.
author Simon Cross <hodgestar@gmail.com>
date Sun, 11 Sep 2011 19:01:31 +0200
parents 63d290cbc661
children 5b8eb97dc675
files mamba/mutators.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/mutators.py	Sun Sep 11 19:01:07 2011 +0200
+++ b/mamba/mutators.py	Sun Sep 11 19:01:31 2011 +0200
@@ -56,5 +56,7 @@
         return image
 
 
-class Multiply(Overlay):
-    BLEND = BLEND_MULT
+# colours
+BLUE = Overlay("data/tiles/common/blue.png", BLEND_MULT)
+RED = Overlay("data/tiles/common/red.png", BLEND_MULT)
+YELLOW = Overlay("data/tiles/common/yellow.png", BLEND_MULT)