diff gamelib/scenes/machine.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 4adb64d349bc
children bd9a760eeb18
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sat Aug 28 01:22:44 2010 +0200
+++ b/gamelib/scenes/machine.py	Sat Aug 28 01:32:54 2010 +0200
@@ -166,7 +166,7 @@
     "A pipe made out of welded-together tins."
 
     INVENTORY_IMAGE = "tube_fragments.png"
-    CURSOR = CursorSprite('tube_fragments_cursor.png', 36, 3)
+    CURSOR = CursorSprite('tube_fragments_cursor.png')
     TOOL_NAME = "pipe"