diff pyntnclick/main.py @ 587:f20d211d2c91 pyntnclick

load_image() -> get_image() and more docs.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 11 Feb 2012 17:02:26 +0200
parents 7e4a20eb78b8
children ebc48b397fd5
line wrap: on
line diff
--- a/pyntnclick/main.py	Sat Feb 11 16:56:01 2012 +0200
+++ b/pyntnclick/main.py	Sat Feb 11 17:02:26 2012 +0200
@@ -104,7 +104,7 @@
             self._debug_rects = opts.rects
         display = pygame.display.set_mode(self.constants.screen,
                                           SWSURFACE)
-        pygame.display.set_icon(self.resource.load_image(
+        pygame.display.set_icon(self.resource.get_image(
                 'suspended_sentence24x24.png', basedir='icons'))
         pygame.display.set_caption("Suspended Sentence")
         shell = MainShell(display, self)