/ld26

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

« back to all changes in this revision

Viewing changes to gatetrigger.lua

  • Committer: Josh C
  • Date: 2013-04-29 01:12:25 UTC
  • Revision ID: josh@9ix.org-20130429011225-2i6tjd5t6s5rhme2
inventory stack bug

Show diffs side-by-side

added added

removed removed

1
1
GateTrigger = Sprite:extend {
2
2
   onNew = function(self)
3
 
              print(self.x, self.y, self.width, self.height)
 
3
              --print(self.x, self.y, self.width, self.height)
4
4
           end,
5
5
   onCollide = function (self, other, xOl, yOl)
6
6
                    --print('collide')