diff gamelib/scenes/cryo.py @ 129:4223d66d88b4

Cursor change when you select a Tool
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 24 Aug 2010 18:36:31 +0200
parents 9646e7c8bb97
children 97c5ff0a05bb
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 18:23:24 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 18:36:31 2010 +0200
@@ -40,6 +40,7 @@
     "Titanium leg, found on a piratical corpse."
 
     INVENTORY_IMAGE = "titanium_femur.png"
+    CURSOR = ('titanium_femur_cursor.png', 47, 3)
 
 
 class CryoUnitAlpha(Thing):