comparison 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
comparison
equal deleted inserted replaced
301:cecdb67f4f4b 302:6d93e04036c9
164 164
165 class TinPipe(Item): 165 class TinPipe(Item):
166 "A pipe made out of welded-together tins." 166 "A pipe made out of welded-together tins."
167 167
168 INVENTORY_IMAGE = "tube_fragments.png" 168 INVENTORY_IMAGE = "tube_fragments.png"
169 CURSOR = CursorSprite('tube_fragments_cursor.png', 36, 3) 169 CURSOR = CursorSprite('tube_fragments_cursor.png')
170 TOOL_NAME = "pipe" 170 TOOL_NAME = "pipe"
171 171
172 172
173 class Grinder(Thing): 173 class Grinder(Thing):
174 174