comparison gamelib/scenes/cryo.py @ 363:2cadb47405a4

Use bottle image. The boomslang is now triangle-free
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 28 Aug 2010 17:08:10 +0200
parents 4e939b3c73f8
children a95bfba3acd5
comparison
equal deleted inserted replaced
362:4e939b3c73f8 363:2cadb47405a4
438 def get_description(self): 438 def get_description(self):
439 return "'Prisoner 98cc-764e646391ee. War crimes. 45 years." 439 return "'Prisoner 98cc-764e646391ee. War crimes. 45 years."
440 440
441 441
442 class FullBottle(Item): 442 class FullBottle(Item):
443 INVENTORY_IMAGE = 'triangle.png' 443 INVENTORY_IMAGE = 'bottle_full.png'
444 CURSOR = CursorSprite('triangle.png') 444 CURSOR = CursorSprite('bottle_full_cursor.png', 27, 7)
445 445
446 446
447 class CryoPools(Thing): 447 class CryoPools(Thing):
448 "Handy for cooling engines" 448 "Handy for cooling engines"
449 449