/ld26

To get this branch, use:
bzr branch http://9ix.org/bzr/ld26

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-28 17:18:46 UTC
  • Revision ID: josh@9ix.org-20130428171846-5m9e3db99r338ppj
foresthut

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                                 image = 'data/village-player.png'},
59
59
                   }
60
60
                end
61
 
   },
62
 
   bridge = {
63
 
      objects = function() return {
64
 
                      Tile:new{image = 'data/bridge-bg.png'},
65
 
                      Player:new{x = 121, y = 440,
66
 
                                 image = 'data/bridge-player.png'},
67
 
                      Tile:new{image = 'data/bridge-fg.png'}
68
 
                   }
69
 
                end
70
61
   }
71
62
}
72
63