changeset 27:5c7bbbdf9296

Move inventory palette to the bottom left
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 22 Aug 2010 18:44:19 +0200
parents 0a68d137f509
children 0f25f7b9b37a
files gamelib/gamescreen.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/gamescreen.py	Sun Aug 22 18:38:56 2010 +0200
+++ b/gamelib/gamescreen.py	Sun Aug 22 18:44:19 2010 +0200
@@ -55,6 +55,7 @@
             ], align='l', spacing=20)
         self.add_centered(menu)
         self.inventory = InventoryView()
+        self.inventory.bottomleft = self.bottomleft
         self.add(self.inventory)
 
     def main_menu(self):