Changeset 73 for trunk/PARPG/scripts
- Timestamp:
- 05/20/09 04:06:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PARPG/scripts/world.py
r72 r73 25 25 from settings import Setting 26 26 from scripts import inventory 27 from scripts import hud28 27 29 28 TDS = Setting() … … 167 166 # I opens and closes the inventory 168 167 self.displayInventory() 169 170 168 171 169 def getCoords(self, click):
Note: See TracChangeset
for help on using the changeset viewer.