changeset 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
files Resources/images/items/cryo_pipe.png Resources/images/items/cryo_pipe_cursor.png Resources/images/items/replacement_tubes.png Resources/images/items/replacement_tubes_cursor.png gamelib/scenes/cryo.py
diffstat 5 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file Resources/images/items/cryo_pipe.png has changed
Binary file Resources/images/items/cryo_pipe_cursor.png has changed
Binary file Resources/images/items/replacement_tubes.png has changed
Binary file Resources/images/items/replacement_tubes_cursor.png has changed
--- a/gamelib/scenes/cryo.py	Thu Aug 26 22:48:03 2010 +0200
+++ b/gamelib/scenes/cryo.py	Thu Aug 26 23:00:20 2010 +0200
@@ -176,8 +176,8 @@
 class CryoPipe(CloneableItem):
     "After emptying the full can."
 
-    INVENTORY_IMAGE = "triangle.png"
-    CURSOR = CursorSprite('triangle.png', 20, 30)
+    INVENTORY_IMAGE = "cryo_pipe.png"
+    CURSOR = CursorSprite('cryo_pipe_cursor.png', 53, 44)
     TOOL_NAME = "pipe"