diff gamelib/scenes/scene_widgets.py @ 266:80cb577e38f2

Non-interactive things no longer highlight the cursor.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 20:08:18 +0200
parents 3b4a78422201
children 86e3d5dd7fa6
line wrap: on
line diff
--- a/gamelib/scenes/scene_widgets.py	Fri Aug 27 20:06:44 2010 +0200
+++ b/gamelib/scenes/scene_widgets.py	Fri Aug 27 20:08:18 2010 +0200
@@ -135,6 +135,9 @@
     def get_description(self):
         return self.description
 
+    def is_interactive(self):
+        return False
+
 
 class Door(Thing):
     """A door somewhere"""