Changeset 483
- Timestamp:
- 02/07/10 08:54:32 (10 years ago)
- Location:
- trunk/game/scripts/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/game/scripts/gui/inventorygui.py
r479 r483 38 38 Function that will toggle the state of the inventory button 39 39 @return: None""" 40 pychan.init(engine, debug = True)41 40 self.engine = engine 42 41 self.readyCallback = callbacks['refreshReadyImages'] -
trunk/game/scripts/gui/popups.py
r479 r483 33 33 @return: None""" 34 34 self.engine = engine 35 pychan.init(self.engine, debug=True)36 35 self.container_gui = pychan.loadXML("gui/container_base.xml") 37 36 self.container_gui.findChild(name="topWindow").title = title
Note: See TracChangeset
for help on using the changeset viewer.