/ld26

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

« back to all changes in this revision

Viewing changes to levels.lua

  • Committer: Josh C
  • Date: 2013-04-28 20:31:58 UTC
  • Revision ID: josh@9ix.org-20130428203158-uan2kd0ybns063vb
cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
80
72
   }
 
73
 
81
74
}