/ld26

To get this branch, use:
bzr branch /bzr/ld26

« back to all changes in this revision

Viewing changes to svg_levels.lua

  • Committer: Josh C
  • Date: 2013-04-28 17:18:46 UTC
  • Revision ID: josh@9ix.org-20130428171846-5m9e3db99r338ppj
foresthut

Show diffs side-by-side

added added

removed removed

23
23
},
24
24
 
25
25
},
26
 
forest2 = {
 
26
bridge = {
27
27
},
28
28
flower = {
29
29
},
35
35
},
36
36
 
37
37
},
 
38
lakeroad = {
 
39
 
 
40
Displacer:new{
 
41
  x = 1.140190, y = 410.728450,
 
42
  width = 802.693730, height = 192.692110
 
43
},
 
44
 
 
45
 
 
46
Displacer:new{
 
47
  x = 401.346860, y = 189.531620,
 
48
  width = 400.206670, height = 94.635765
 
49
},
 
50
 
 
51
 
 
52
Displacer:new{
 
53
  x = 403.627230, y = 357.139530,
 
54
  width = 60.430069, height = 53.588928
 
55
},
 
56
 
 
57
 
 
58
Displacer:new{
 
59
  x = 401.346860, y = 279.606630,
 
60
  width = 23.943989, height = 79.813293
 
61
},
 
62
 
 
63
 
 
64
Transition:new{
 
65
  x = 782.170290, y = 276.186070,
 
66
  width = 20.523447, height = 140.243330,
 
67
  target = 'village'
 
68
},
 
69
 
 
70
},
38
71
forest1 = {
39
72
 
40
73
Displacer:new{
58
91
Transition:new{
59
92
  x = -1.000000, y = 129.000000,
60
93
  width = 28.000000, height = 454.000000,
61
 
  target = 'village'
 
94
  target = 'foresthut',
 
95
targetX = 745,
 
96
targetY = 430
62
97
},
63
98
 
64
99
 
109
144
},
110
145
 
111
146
},
 
147
foresthut = {
 
148
 
 
149
Displacer:new{
 
150
  x = 10.420785, y = 557.369510,
 
151
  width = 777.769530, height = 50.209240
 
152
},
 
153
 
 
154
 
 
155
Displacer:new{
 
156
  x = 624.299800, y = 248.535320,
 
157
  width = 165.785220, height = 16.104851
 
158
},
 
159
 
 
160
 
 
161
Displacer:new{
 
162
  x = 528.618040, y = 253.272050,
 
163
  width = 96.629105, height = 45.472519
 
164
},
 
165
 
 
166
 
 
167
Displacer:new{
 
168
  x = 459.461910, y = 228.641110,
 
169
  width = 34.104382, height = 62.524715
 
170
},
 
171
 
 
172
 
 
173
Displacer:new{
 
174
  x = 4.736721, y = 227.693760,
 
175
  width = 452.830510, height = 30.315012
 
176
},
 
177
 
 
178
 
 
179
Displacer:new{
 
180
  x = 291.781980, y = 327.164890,
 
181
  width = 67.261436, height = 29.367668
 
182
},
 
183
 
 
184
 
 
185
Displacer:new{
 
186
  x = 182.837420, y = 253.272050,
 
187
  width = 70.103462, height = 56.840649
 
188
},
 
189
 
 
190
 
 
191
Displacer:new{
 
192
  x = 35.051731, y = 493.897460,
 
193
  width = 105.155200, height = 38.841110
 
194
},
 
195
 
 
196
 
 
197
Displacer:new{
 
198
  x = 655.562130, y = 502.423550,
 
199
  width = 92.839722, height = 29.367668
 
200
},
 
201
 
 
202
 
 
203
Transition:new{
 
204
  x = 789.137630, y = 253.272050,
 
205
  width = 22.736259, height = 344.833250,
 
206
  target = 'forest1'
 
207
},
 
208
 
 
209
 
 
210
Transition:new{
 
211
  x = -16.104849, y = 254.219410,
 
212
  width = 22.736259, height = 344.833250,
 
213
  target = 'bridge'
 
214
},
 
215
 
 
216
},
112
217
}