diff gamelib/scenes/cryo.py @ 302:6d93e04036c9

CursorSprite: Default pointer-position to the centre of the cursor
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 28 Aug 2010 01:32:54 +0200
parents e3a2d73e94f4
children 5031b84fbb4c
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Sat Aug 28 01:22:44 2010 +0200
+++ b/gamelib/scenes/cryo.py	Sat Aug 28 01:32:54 2010 +0200
@@ -190,7 +190,7 @@
     "After emptying the full can."
 
     INVENTORY_IMAGE = "cryo_pipe.png"
-    CURSOR = CursorSprite('cryo_pipe_cursor.png', 53, 44)
+    CURSOR = CursorSprite('cryo_pipe_cursor.png')
     TOOL_NAME = "pipe"