comparison gamelib/scenes/cryo.py @ 227:be4ac4418aa2

Cryo pipe image
author Stefano Rivera <stefano@rivera.za.net>
date Thu, 26 Aug 2010 23:00:20 +0200
parents a5325919342e
children ce1e85768f7b
comparison
equal deleted inserted replaced
226:a5325919342e 227:be4ac4418aa2
174 174
175 175
176 class CryoPipe(CloneableItem): 176 class CryoPipe(CloneableItem):
177 "After emptying the full can." 177 "After emptying the full can."
178 178
179 INVENTORY_IMAGE = "triangle.png" 179 INVENTORY_IMAGE = "cryo_pipe.png"
180 CURSOR = CursorSprite('triangle.png', 20, 30) 180 CURSOR = CursorSprite('cryo_pipe_cursor.png', 53, 44)
181 TOOL_NAME = "pipe" 181 TOOL_NAME = "pipe"
182 182
183 183
184 class CryoPipeLeft(CryoPipeBase): 184 class CryoPipeLeft(CryoPipeBase):
185 "Left cryo pipe." 185 "Left cryo pipe."