/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 16:36:06 UTC
  • Revision ID: josh@9ix.org-20130427163606-0eef0f5v9wbzoi0j
zoetrope 1.4

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
 
Transition:new{
18
 
  x = -1.000000, y = 129.000000,
19
 
  width = 28.000000, height = 454.000000,
20
 
  target = 'village'
21
 
},
22
 
 
23
 
 
24
 
Transition:new{
25
 
  x = 773.000000, y = 134.000000,
26
 
  width = 28.000000, height = 454.000000,
27
 
  target = 'shore'
28
 
},
29
 
 
30
 
},
31
 
lake = {
32
 
},
33
 
}