/ld26

To get this branch, use:
bzr branch /bzr/ld26

« back to all changes in this revision

Viewing changes to inventory.lua

  • Committer: Josh C
  • Date: 2013-04-28 22:13:30 UTC
  • Revision ID: josh@9ix.org-20130428221330-duv67kmceabcitda
troll

Show diffs side-by-side

added added

removed removed

6
6
            item.invTile.y = 10
7
7
            item.invTile.x = 50 * #self.items
8
8
            self.items[item.name] = item
9
 
            the.app.view:flash({0,255,0})
10
9
         end,
11
10
   remove = function(self, name)
12
11
               self.had[name] = self.items[name]