/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 20:31:58 UTC
  • Revision ID: josh@9ix.org-20130428203158-uan2kd0ybns063vb
cleanup

Show diffs side-by-side

added added

removed removed

46
46
   bridge = {
47
47
      objects = function() return {
48
48
                      Tile:new{image = 'data/bridge-bg.png'},
49
 
                      Player:new{x = 121, y = 440,
 
49
                      Player:new{x = 600, y = 440,
50
50
                                 image = 'data/bridge-player.png'},
51
51
                      Tile:new{image = 'data/bridge-fg.png'}
52
52
                   }