Mercurial > parpg-source
comparison gui/hud.py @ 131:d1c2d316cc25
Fixed contents of containers, that are contained in other containers, not correctly restoring.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 07 Oct 2011 18:15:09 +0200 |
parents | f7543a85c2ea |
children | 2241722311bf |
comparison
equal
deleted
inserted
replaced
130:aea5a9229b4c | 131:d1c2d316cc25 |
---|---|
27 from parpg.gui.dialoguegui import DialogueGUI | 27 from parpg.gui.dialoguegui import DialogueGUI |
28 from parpg.gui import drag_drop_data as data_drag | 28 from parpg.gui import drag_drop_data as data_drag |
29 from parpg.gui.inventorygui import CharacterGUI | 29 from parpg.gui.inventorygui import CharacterGUI |
30 from actionsbox import ActionsBox | 30 from actionsbox import ActionsBox |
31 from parpg.objects.action import DropItemAction | 31 from parpg.objects.action import DropItemAction |
32 from parpg.components import container | |
32 | 33 |
33 logger = logging.getLogger('hud') | 34 logger = logging.getLogger('hud') |
34 class Hud(object): | 35 class Hud(object): |
35 """Main Hud class""" | 36 """Main Hud class""" |
36 def __init__(self, controller, settings, callbacks): | 37 def __init__(self, controller, settings, callbacks): |