Added the inventory system (basic)
authorHarishankar <v.harishankar@gmail.com>
Fri, 30 Sep 2011 05:23:01 +0000 (10:53 +0530)
committerHarishankar <v.harishankar@gmail.com>
Fri, 30 Sep 2011 05:23:01 +0000 (10:53 +0530)
commit4b6e952b476861c8979dc395781964099285a4c6
treeb76be460594d375e08f1ed8a509db31e48d7a849
parent7dbb8e9b6766b7c0c17433bea3c88a321036b837
Added the inventory system (basic)

Now implemented adding items to the character's inventory.
Not yet done object interactions yet
background/inventory.png [new file with mode: 0644]
background/menu_screen.png [new file with mode: 0644]
butaba.py
gameobjects.py [new file with mode: 0644]
level.py
maingame.py
object.py [deleted file]
utility.py