/ld26

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-28 17:38:34 UTC
  • Revision ID: josh@9ix.org-20130428173834-ps7dq286wp4gdpd0
bridge

Show diffs side-by-side

added added

removed removed

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
61
70
   }
62
71
}
63
72