/ld26

To get this branch, use:
bzr branch http://9ix.org/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

Lines of Context:
60
60
                                 image = 'data/bridge-player.png'},
61
61
                   }
62
62
                end
63
 
   },
64
 
   castle = {
65
 
      objects = function() return {
66
 
                      Tile:new{image = 'data/castle-bg.png'},
67
 
                      Player:new{x = 120, y = 435,
68
 
                                 minY = 435, maxY = 435,
69
 
                                 image = 'data/castle-player.png'},
70
 
                   }
71
 
                end
72
63
   }
73
 
 
74
64
}