/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 21:39:48 UTC
  • Revision ID: josh@9ix.org-20130428213948-kzpdi8zaaunafque
cave

Show diffs side-by-side

added added

removed removed

20
20
      objects = function() return {
21
21
                      Tile:new{image = 'data/shore-bg.png'},
22
22
                      Player:new{x = 145, y = 133,
23
 
                                 --minY = 133, maxY = 133,
 
23
                                 minY = 133, maxY = 133,
24
24
                                 image = 'data/shore-player.png'},
25
 
                      --Tile:new{image = 'data/shore-fg.png'},
 
25
                      Tile:new{image = 'data/shore-fg.png'},
26
26
                      Transition:new{x = 10, y = 133, target = 'forest1',
27
 
                                     targetX = 735, targetY = 370},
28
 
                      fairytarget
 
27
                                     targetX = 735, targetY = 370}
29
28
                   } end
30
29
   },
31
30
   lake = {
59
58
                      Player:new{x = 90, y = 388,
60
59
                                 minY = 388, maxY = 388,
61
60
                                 image = 'data/bridge-player.png'},
62
 
                      gateup,
63
 
                      gatedown
64
61
                   }
65
62
                end
66
63
   },