comparison 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
comparison
equal deleted inserted replaced
301:cecdb67f4f4b 302:6d93e04036c9
188 188
189 class CryoPipe(CloneableItem): 189 class CryoPipe(CloneableItem):
190 "After emptying the full can." 190 "After emptying the full can."
191 191
192 INVENTORY_IMAGE = "cryo_pipe.png" 192 INVENTORY_IMAGE = "cryo_pipe.png"
193 CURSOR = CursorSprite('cryo_pipe_cursor.png', 53, 44) 193 CURSOR = CursorSprite('cryo_pipe_cursor.png')
194 TOOL_NAME = "pipe" 194 TOOL_NAME = "pipe"
195 195
196 196
197 class CryoPipeLeft(CryoPipeBase): 197 class CryoPipeLeft(CryoPipeBase):
198 "Left cryo pipe." 198 "Left cryo pipe."