diff gamelib/scenes/map.py @ 263:3b4a78422201

Shuffled a bunch of stuff into more appropriate places.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 19:29:37 +0200
parents b1451b0b906f
children b3bc101171ea
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Fri Aug 27 19:22:47 2010 +0200
+++ b/gamelib/scenes/map.py	Fri Aug 27 19:29:37 2010 +0200
@@ -7,8 +7,11 @@
    Many parts of the ship are derelict and inaccessible.
    """
 
-from gamelib.state import Scene, Item, Thing, InteractText, Result
+from gamelib.state import Scene, Item, Thing, Result
 from gamelib.scenes.game_constants import PLAYER_ID
+from gamelib.scenes.scene_widgets import (Door, InteractText, InteractNoImage,
+                                          InteractRectUnion, InteractImage,
+                                          InteractAnimated, GenericDescThing)
 
 
 class Map(Scene):