/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-28 18:52:51 UTC
  • Revision ID: josh@9ix.org-20130428185251-a9cpmdjiooz89gu5
s/basecode/ld26/

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
bridge = {
27
27
 
28
28
Displacer:new{
29
 
  x = 280.943910, y = 284.050320,
30
 
  width = 143.613510, height = 90.656021
31
 
},
32
 
 
33
 
 
34
 
Displacer:new{
35
 
  x = 410.196040, y = 273.279300,
36
 
  width = 387.756440, height = 71.806747
37
 
},
38
 
 
39
 
 
40
 
Displacer:new{
41
 
  x = 443.406650, y = 372.013580,
42
 
  width = 87.065681, height = 92.451187
43
 
},
44
 
 
45
 
 
46
 
Displacer:new{
47
 
  x = 55.650227, y = 481.518860,
48
 
  width = 55.650227, height = 22.439608
49
 
},
50
 
 
51
 
 
52
 
Displacer:new{
53
 
  x = 283.636660, y = 450.103420,
54
 
  width = 111.300450, height = 145.408650
55
 
},
56
 
 
57
 
 
58
 
Displacer:new{
59
 
  x = 22.439608, y = 309.182680,
60
 
  width = 274.660800, height = 26.029943
61
 
},
62
 
 
63
 
 
64
 
Displacer:new{
65
 
  x = 57.445393, y = 592.819340,
66
 
  width = 195.673370, height = 15.258933
67
 
},
68
 
 
69
 
 
70
 
Displacer:new{
71
 
  x = 393.141940, y = 468.952730,
72
 
  width = 53.855045, height = 130.149750
73
 
},
74
 
 
75
 
 
76
 
Transition:new{
77
 
  x = 791.669370, y = 347.778810,
78
 
  width = 12.566180, height = 245.040530,
79
 
  target='foresthut',
80
 
targetX = 138,
81
 
targetY = 402
82
 
},
83
 
 
84
 
 
85
 
Transition:new{
86
 
  x = 445.201810, y = 547.940120,
87
 
  width = 344.672330, height = 62.830990,
88
 
  target='lake',
89
 
targetX = 620,
90
 
targetY = 336
91
 
},
92
 
 
93
 
 
94
 
Transition:new{
95
 
  x = 7.180675, y = 347.778810,
96
 
  width = 47.571968, height = 247.733250,
97
 
  target = 'sheep'
 
29
  x = 351.853060, y = 284.050320,
 
30
  width = 72.704330, height = 100.529450
 
31
},
 
32
 
 
33
 
 
34
Displacer:new{
 
35
  x = 410.196040, y = 273.279300,
 
36
  width = 387.756440, height = 71.806747
 
37
},
 
38
 
 
39
 
 
40
Displacer:new{
 
41
  x = 395.834690, y = 464.464750,
 
42
  width = 46.674385, height = 132.842480
 
43
},
 
44
 
 
45
 
 
46
Displacer:new{
 
47
  x = 443.406650, y = 372.013580,
 
48
  width = 87.065681, height = 92.451187
 
49
},
 
50
 
 
51
 
 
52
Transition:new{
 
53
  x = 791.669370, y = 347.778810,
 
54
  width = 12.566180, height = 245.040530,
 
55
  target='foresthut',
 
56
targetX = 47,
 
57
targetY = 402
 
58
},
 
59
 
 
60
 
 
61
Transition:new{
 
62
  x = 445.201810, y = 547.940120,
 
63
  width = 344.672330, height = 62.830990,
 
64
  target='lake',
 
65
targetX = 743,
 
66
targetY = 328
 
67
},
 
68
 
 
69
},
 
70
bridgeold = {
 
71
 
 
72
Displacer:new{
 
73
  x = 351.853060, y = 284.050320,
 
74
  width = 72.704330, height = 100.529450
 
75
},
 
76
 
 
77
 
 
78
Displacer:new{
 
79
  x = 410.196040, y = 273.279300,
 
80
  width = 387.756440, height = 71.806747
 
81
},
 
82
 
 
83
 
 
84
Displacer:new{
 
85
  x = 395.834690, y = 464.464750,
 
86
  width = 46.674385, height = 132.842480
 
87
},
 
88
 
 
89
 
 
90
Displacer:new{
 
91
  x = 443.406650, y = 372.013580,
 
92
  width = 87.065681, height = 92.451187
 
93
},
 
94
 
 
95
 
 
96
Transition:new{
 
97
  x = 791.669370, y = 347.778810,
 
98
  width = 12.566180, height = 245.040530,
 
99
  target='foresthut',
 
100
targetX = 47,
 
101
targetY = 402
 
102
},
 
103
 
 
104
 
 
105
Transition:new{
 
106
  x = 445.201810, y = 547.940120,
 
107
  width = 344.672330, height = 62.830990,
 
108
  target='lake',
 
109
targetX = 743,
 
110
targetY = 328
98
111
},
99
112
 
100
113
},
184
197
},
185
198
 
186
199
},
187
 
gate = {
188
 
 
189
 
Displacer:new{
190
 
  x = 338.751280, y = 372.631590,
191
 
  width = 34.059235, height = 60.754307
192
 
},
193
 
 
194
 
 
195
 
Transition:new{
196
 
  x = 1.841040, y = 348.698090,
197
 
  width = 21.171955, height = 89.290421,
198
 
  target='lake',
199
 
targetX=758,
200
 
targetY=453
201
 
},
202
 
 
203
 
},
204
 
sheep = {
205
 
 
206
 
Displacer:new{
207
 
  x = -0.903934, y = 205.884830,
208
 
  width = 293.778470, height = 44.292755
209
 
},
210
 
 
211
 
 
212
 
Displacer:new{
213
 
  x = 349.822420, y = 204.076970,
214
 
  width = 322.704410, height = 47.004555
215
 
},
216
 
 
217
 
 
218
 
Displacer:new{
219
 
  x = 649.024540, y = 251.985460,
220
 
  width = 38.869144, height = 93.105171
221
 
},
222
 
 
223
 
 
224
 
Displacer:new{
225
 
  x = 788.230350, y = 410.173890,
226
 
  width = 18.078678, height = 192.537920
227
 
},
228
 
 
229
 
 
230
 
Displacer:new{
231
 
  x = -7.231471, y = 586.440980,
232
 
  width = 802.693300, height = 19.886545
233
 
},
234
 
 
235
 
 
236
 
Displacer:new{
237
 
  x = -7.231471, y = 249.273650,
238
 
  width = 12.655074, height = 338.975190
239
 
},
240
 
 
241
 
 
242
 
Transition:new{
243
 
  x = 703.260560, y = 347.802460,
244
 
  width = 100.336660, height = 51.524231,
245
 
  target = 'bridge',
246
 
targetX = 107,
247
 
targetY = 400
248
 
},
249
 
 
250
 
 
251
 
Transition:new{
252
 
  x = 300.106050, y = 219.443850,
253
 
  width = 42.484894, height = 24.406214,
254
 
  target='cave'
255
 
},
256
 
 
257
 
},
258
 
castle = {
259
 
 
260
 
Displacer:new{
261
 
  x = 673.720150, y = 410.580200,
262
 
  width = 47.098976, height = 63.481228
263
 
},
264
 
 
265
 
 
266
 
Transition:new{
267
 
  x = 73.720139, y = 401.365170,
268
 
  width = 17.406143, height = 72.696243,
269
 
  target='gate',
270
 
targetX=239,
271
 
targetY=388
272
 
},
273
 
 
274
 
},
275
200
lake = {
276
201
 
277
202
Displacer:new{
278
 
  x = 1.140190, y = 532.673520,
279
 
  width = 802.693730, height = 70.747047
280
 
},
281
 
 
282
 
 
283
 
Displacer:new{
284
 
  x = 199.036710, y = 475.319240,
285
 
  width = 88.884743, height = 62.226845
286
 
},
287
 
 
288
 
 
289
 
Displacer:new{
290
 
  x = 254.349850, y = 415.082730,
291
 
  width = 161.585140, height = 76.176979
292
 
},
293
 
 
294
 
 
295
 
Displacer:new{
296
 
  x = 327.690250, y = 337.549840,
 
203
  x = 1.140190, y = 410.728450,
 
204
  width = 802.693730, height = 192.692110
 
205
},
 
206
 
 
207
 
 
208
Displacer:new{
 
209
  x = 401.346860, y = 189.531620,
 
210
  width = 400.206670, height = 94.635765
 
211
},
 
212
 
 
213
 
 
214
Displacer:new{
 
215
  x = 403.627230, y = 335.533600,
 
216
  width = 81.053925, height = 76.176979
 
217
},
 
218
 
 
219
 
 
220
Displacer:new{
 
221
  x = 401.346860, y = 279.606630,
297
222
  width = 23.943989, height = 79.813293
298
223
},
299
224
 
300
225
 
301
226
Displacer:new{
302
 
  x = 441.939640, y = 545.003050,
 
227
  x = 424.262050, y = 283.767640,
303
228
  width = 77.584961, height = 16.695486
304
229
},
305
230
 
306
231
 
307
 
Displacer:new{
308
 
  x = 293.644320, y = 354.478000,
309
 
  width = 126.689360, height = 22.588020
310
 
},
311
 
 
312
 
 
313
 
Displacer:new{
314
 
  x = 321.142820, y = 298.498960,
315
 
  width = 66.781998, height = 55.979023
316
 
},
317
 
 
318
 
 
319
 
Displacer:new{
320
 
  x = 314.268190, y = 206.182680,
321
 
  width = 193.471360, height = 54.996933
322
 
},
323
 
 
324
 
 
325
 
Displacer:new{
326
 
  x = 318.112060, y = 260.220860,
327
 
  width = 34.470348, height = 39.394684
328
 
},
329
 
 
330
 
 
331
 
Transition:new{
332
 
  x = 782.170290, y = 295.827820,
333
 
  width = 20.523447, height = 239.434230,
334
 
  target = 'gate'
335
 
},
336
 
 
337
 
 
338
 
Transition:new{
339
 
  x = 508.191440, y = 257.266270,
340
 
  width = 275.762790, height = 30.530880,
341
 
  target='bridge',
342
 
targetX=555,
343
 
targetY=487
 
232
Transition:new{
 
233
  x = 782.170290, y = 276.186070,
 
234
  width = 20.523447, height = 140.243330,
 
235
  target = 'village'
344
236
},
345
237
 
346
238
},