/ld26

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

« back to all changes in this revision

Viewing changes to levels.lua

  • Committer: Josh C
  • Date: 2013-04-28 19:40:13 UTC
  • Revision ID: josh@9ix.org-20130428194013-80jaqhflmrmwgo27
gate

Show diffs side-by-side

added added

removed removed

51
51
                      Tile:new{image = 'data/bridge-fg.png'}
52
52
                   }
53
53
                end
 
54
   },
 
55
   gate = {
 
56
      objects = function() return {
 
57
                      Tile:new{image = 'data/gate-bg.png'},
 
58
                      Player:new{x = 90, y = 388,
 
59
                                 minY = 388, maxY = 388,
 
60
                                 image = 'data/bridge-player.png'},
 
61
                   }
 
62
                end
54
63
   }
55
64
}