diff gamelib/hand.py @ 84:c76f2fad2af5

Draw CursorWidget on top of StateWidget
author Stefano Rivera <stefano@rivera.za.net>
date Mon, 23 Aug 2010 23:58:11 +0200
parents 213e47dea4d0
children 97322b78d1c1
line wrap: on
line diff
--- a/gamelib/hand.py	Mon Aug 23 23:47:29 2010 +0200
+++ b/gamelib/hand.py	Mon Aug 23 23:58:11 2010 +0200
@@ -1,7 +1,6 @@
 # Button for the hand image
 
 from constants import BUTTON_SIZE
-from cursor import CursorWidget
 
 from albow.controls import ImageButton
 from albow.resource import get_image
@@ -9,7 +8,7 @@
 from pygame.color import Color
 from pygame.rect import Rect
 
-class HandButton(ImageButton, CursorWidget):
+class HandButton(ImageButton):
     """The fancy hand button for the widget"""
 
     sel_colour = Color('red')