diff gamelib/helpscreen.py @ 181:7e556ef40100

Lighten help screen. Fix some oddities in darken modifier.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 16:48:01 +0000
parents e2b5262c2b11
children fa0e818c3fee
line wrap: on
line diff
--- a/gamelib/helpscreen.py	Fri Sep 04 16:35:00 2009 +0000
+++ b/gamelib/helpscreen.py	Fri Sep 04 16:48:01 2009 +0000
@@ -38,7 +38,7 @@
 class HelpContainer(gui.Container):
     def paint(self, s):
         pygame.display.set_caption('Instructions')
-        splash = imagecache.load_image("images/splash.png")
+        splash = imagecache.load_image("images/splash.png", ["lighten_most"])
         pygame.display.get_surface().blit(splash, (0, 0))
         gui.Container.paint(self, s)