/ld26

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

« back to all changes in this revision

Viewing changes to svg_levels.lua

  • Committer: Josh C
  • Date: 2013-04-27 19:17:32 UTC
  • Revision ID: josh@9ix.org-20130427191732-b04lkepq9cz8e1n7
player min/maxY on a level

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
svg_objects = {
3
 
village = {
4
 
},
5
 
forest2 = {
6
 
},
7
 
shore = {
8
 
 
9
 
Displacer:new{
10
 
  x = 171.725940, y = 132.299380,
11
 
  width = 19.192898, height = 16.162441
12
 
}
13
 
 
14
 
},
15
 
forest1 = {
16
 
},
17
 
lake = {
18
 
},
19
 
}