/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 17:14:03 UTC
  • Revision ID: josh@9ix.org-20130427171403-e713dceefjs4k2cn
show version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
svg_objects = {
3
 
village = {
4
 
 
5
 
Displacer:new{
6
 
  x = 11.560431, y = 275.256960,
7
 
  width = 773.497990, height = 31.528450
8
 
},
9
 
 
10
 
 
11
 
Transition:new{
12
 
  x = 780.854610, y = 202.741530,
13
 
  width = 18.917070, height = 398.309420,
14
 
  target = 'forest1'
15
 
},
16
 
 
17
 
 
18
 
Transition:new{
19
 
  x = -6.305690, y = 198.537730,
20
 
  width = 17.866121, height = 402.513210,
21
 
  target = 'lake'
22
 
},
23
 
 
24
 
},
25
 
forest2 = {
26
 
},
27
 
lake = {
28
 
 
29
 
Displacer:new{
30
 
  x = 1.140190, y = 410.728450,
31
 
  width = 802.693730, height = 192.692110
32
 
},
33
 
 
34
 
 
35
 
Displacer:new{
36
 
  x = 401.346860, y = 189.531620,
37
 
  width = 400.206670, height = 94.635765
38
 
},
39
 
 
40
 
 
41
 
Displacer:new{
42
 
  x = 403.627230, y = 357.139530,
43
 
  width = 60.430069, height = 53.588928
44
 
},
45
 
 
46
 
 
47
 
Displacer:new{
48
 
  x = 401.346860, y = 279.606630,
49
 
  width = 23.943989, height = 79.813293
50
 
},
51
 
 
52
 
 
53
 
Transition:new{
54
 
  x = 782.170290, y = 276.186070,
55
 
  width = 20.523447, height = 140.243330,
56
 
  target = 'village'
57
 
},
58
 
 
59
 
},
60
 
forest1 = {
61
 
 
62
 
Displacer:new{
63
 
  x = 272.000000, y = 296.000000,
64
 
  width = 67.000000, height = 70.000000
65
 
},
66
 
 
67
 
 
68
 
Displacer:new{
69
 
  x = 621.000000, y = 492.000000,
70
 
  width = 96.000000, height = 29.000000
71
 
},
72
 
 
73
 
 
74
 
Displacer:new{
75
 
  x = 76.000000, y = 484.000000,
76
 
  width = 132.000000, height = 23.000000
77
 
},
78
 
 
79
 
 
80
 
Transition:new{
81
 
  x = -1.000000, y = 129.000000,
82
 
  width = 28.000000, height = 454.000000,
83
 
  target = 'village'
84
 
},
85
 
 
86
 
 
87
 
Transition:new{
88
 
  x = 773.000000, y = 134.000000,
89
 
  width = 28.000000, height = 454.000000,
90
 
  target = 'shore',
91
 
targetY = 133,
92
 
targetX = 30
93
 
},
94
 
 
95
 
},
96
 
shore = {
97
 
 
98
 
Displacer:new{
99
 
  x = 171.725940, y = 132.299380,
100
 
  width = 19.192898, height = 16.162441
101
 
},
102
 
 
103
 
},
104
 
}