/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:15:52 UTC
  • Revision ID: josh@9ix.org-20130428191552-gvu1th7tg4n1by8i
new lake

Show diffs side-by-side

added added

removed removed

30
30
   lake = {
31
31
      objects = function() return {
32
32
                      Tile:new{image = 'data/lake-bg.png'},
33
 
                      Player:new{x = 540, y = 266,
 
33
                      Player:new{x = 620, y = 336,
34
34
                                 image = 'data/lake-player.png'},
35
35
                   }
36
36
                end