/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:10:57 UTC
  • Revision ID: josh@9ix.org-20130428211057-uyld2pqi31n1tghc
sheep!

Show diffs side-by-side

added added

removed removed

69
69
                                 image = 'data/castle-player.png'},
70
70
                   }
71
71
                end
 
72
   },
 
73
   sheep = {
 
74
      objects = function() return {
 
75
                      Tile:new{image = 'data/sheep-bg.png'},
 
76
                      Player:new{x = 640, y = 454,
 
77
                                 image = 'data/sheep-player.png'},
 
78
                   }
 
79
                end
72
80
   }
73
 
 
74
81
}