comparison gamelib/scenes/cryo.py @ 226:a5325919342e

Tubes, pipes and ducts.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 26 Aug 2010 22:48:03 +0200
parents 8d8aef45db4e
children be4ac4418aa2
comparison
equal deleted inserted replaced
225:c2660c045041 226:a5325919342e
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 = "triangle.png"
180 CURSOR = CursorSprite('triangle.png', 20, 30) 180 CURSOR = CursorSprite('triangle.png', 20, 30)
181 TOOL_NAME = "pipe"
181 182
182 183
183 class CryoPipeLeft(CryoPipeBase): 184 class CryoPipeLeft(CryoPipeBase):
184 "Left cryo pipe." 185 "Left cryo pipe."
185 186