/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
 
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
 
foresthut = {
26
 
 
27
 
Displacer:new{
28
 
  x = 10.420785, y = 557.369510,
29
 
  width = 777.769530, height = 50.209240
30
 
},
31
 
 
32
 
 
33
 
Displacer:new{
34
 
  x = 624.299800, y = 248.535320,
35
 
  width = 165.785220, height = 16.104851
36
 
},
37
 
 
38
 
 
39
 
Displacer:new{
40
 
  x = 494.535890, y = 253.272050,
41
 
  width = 130.711270, height = 45.472519
42
 
},
43
 
 
44
 
 
45
 
Displacer:new{
46
 
  x = 359.108890, y = 228.641110,
47
 
  width = 134.457460, height = 68.205078
48
 
},
49
 
 
50
 
 
51
 
Displacer:new{
52
 
  x = 4.736721, y = 227.693760,
53
 
  width = 452.830510, height = 30.315012
54
 
},
55
 
 
56
 
 
57
 
Displacer:new{
58
 
  x = 290.823460, y = 260.068940,
59
 
  width = 67.261436, height = 88.795479
60
 
},
61
 
 
62
 
 
63
 
Displacer:new{
64
 
  x = 182.837420, y = 253.272050,
65
 
  width = 70.103462, height = 56.840649
66
 
},
67
 
 
68
 
 
69
 
Displacer:new{
70
 
  x = 35.051731, y = 493.897460,
71
 
  width = 105.155200, height = 38.841110
72
 
},
73
 
 
74
 
 
75
 
Displacer:new{
76
 
  x = 655.562130, y = 502.423550,
77
 
  width = 92.839722, height = 29.367668
78
 
},
79
 
 
80
 
 
81
 
Transition:new{
82
 
  x = 789.137630, y = 253.272050,
83
 
  width = 22.736259, height = 344.833250,
84
 
  target = 'forest1'
85
 
},
86
 
 
87
 
 
88
 
Transition:new{
89
 
  x = -16.104849, y = 254.219410,
90
 
  width = 22.736259, height = 344.833250,
91
 
  target = 'bridge',
92
 
targetX = 735,
93
 
targetY = 434
94
 
},
95
 
 
96
 
 
97
 
Fairy:new{
98
 
  x = 395.731810, y = 304.621250,
99
 
  width = 40.709251, height = 58.697060,
100
 
},
101
 
 
102
 
},
103
 
lakeroad = {
104
 
 
105
 
Displacer:new{
106
 
  x = 1.140190, y = 410.728450,
107
 
  width = 802.693730, height = 192.692110
108
 
},
109
 
 
110
 
 
111
 
Displacer:new{
112
 
  x = 401.346860, y = 189.531620,
113
 
  width = 400.206670, height = 94.635765
114
 
},
115
 
 
116
 
 
117
 
Displacer:new{
118
 
  x = 403.627230, y = 357.139530,
119
 
  width = 60.430069, height = 53.588928
120
 
},
121
 
 
122
 
 
123
 
Displacer:new{
124
 
  x = 401.346860, y = 279.606630,
125
 
  width = 23.943989, height = 79.813293
126
 
},
127
 
 
128
 
 
129
 
Transition:new{
130
 
  x = 782.170290, y = 276.186070,
131
 
  width = 20.523447, height = 140.243330,
132
 
  target = 'village'
133
 
},
134
 
 
135
 
},
136
 
bridge = {
137
 
 
138
 
Displacer:new{
139
 
  x = 280.943910, y = 284.050320,
140
 
  width = 143.613510, height = 90.656021
141
 
},
142
 
 
143
 
 
144
 
Displacer:new{
145
 
  x = 410.196040, y = 273.279300,
146
 
  width = 387.756440, height = 71.806747
147
 
},
148
 
 
149
 
 
150
 
Displacer:new{
151
 
  x = 55.650227, y = 481.518860,
152
 
  width = 55.650227, height = 22.439608
153
 
},
154
 
 
155
 
 
156
 
Displacer:new{
157
 
  x = 283.636660, y = 450.103420,
158
 
  width = 111.300450, height = 145.408650
159
 
},
160
 
 
161
 
 
162
 
Displacer:new{
163
 
  x = 22.439608, y = 309.182680,
164
 
  width = 274.660800, height = 26.029943
165
 
},
166
 
 
167
 
 
168
 
Displacer:new{
169
 
  x = 57.445393, y = 592.819340,
170
 
  width = 195.673370, height = 15.258933
171
 
},
172
 
 
173
 
 
174
 
Displacer:new{
175
 
  x = 393.141940, y = 468.952730,
176
 
  width = 53.855045, height = 130.149750
177
 
},
178
 
 
179
 
 
180
 
Transition:new{
181
 
  x = 791.669370, y = 347.778810,
182
 
  width = 12.566180, height = 245.040530,
183
 
  target='foresthut',
184
 
targetX = 138,
185
 
targetY = 402
186
 
},
187
 
 
188
 
 
189
 
Transition:new{
190
 
  x = 445.201810, y = 547.940120,
191
 
  width = 344.672330, height = 62.830990,
192
 
  target='lake',
193
 
targetX = 620,
194
 
targetY = 336
195
 
},
196
 
 
197
 
 
198
 
Transition:new{
199
 
  x = 7.180675, y = 347.778810,
200
 
  width = 47.571968, height = 247.733250,
201
 
  target = 'sheep'
202
 
},
203
 
 
204
 
 
205
 
Troll:new{
206
 
  x = 443.406650, y = 372.013580,
207
 
},
208
 
 
209
 
},
210
 
fish = {
211
 
},
212
 
lake = {
213
 
 
214
 
Displacer:new{
215
 
  x = 1.140190, y = 532.673520,
216
 
  width = 802.693730, height = 70.747047
217
 
},
218
 
 
219
 
 
220
 
Displacer:new{
221
 
  x = 199.036710, y = 475.319240,
222
 
  width = 88.884743, height = 62.226845
223
 
},
224
 
 
225
 
 
226
 
Displacer:new{
227
 
  x = 254.349850, y = 415.082730,
228
 
  width = 161.585140, height = 76.176979
229
 
},
230
 
 
231
 
 
232
 
Displacer:new{
233
 
  x = 327.690250, y = 337.549840,
234
 
  width = 23.943989, height = 79.813293
235
 
},
236
 
 
237
 
 
238
 
Displacer:new{
239
 
  x = 441.939640, y = 545.003050,
240
 
  width = 77.584961, height = 16.695486
241
 
},
242
 
 
243
 
 
244
 
Displacer:new{
245
 
  x = 293.644320, y = 354.478000,
246
 
  width = 126.689360, height = 22.588020
247
 
},
248
 
 
249
 
 
250
 
Displacer:new{
251
 
  x = 321.142820, y = 298.498960,
252
 
  width = 66.781998, height = 55.979023
253
 
},
254
 
 
255
 
 
256
 
Displacer:new{
257
 
  x = 314.268190, y = 206.182680,
258
 
  width = 193.471360, height = 54.996933
259
 
},
260
 
 
261
 
 
262
 
Displacer:new{
263
 
  x = 318.112060, y = 260.220860,
264
 
  width = 34.470348, height = 39.394684
265
 
},
266
 
 
267
 
 
268
 
Transition:new{
269
 
  x = 782.170290, y = 295.827820,
270
 
  width = 20.523447, height = 239.434230,
271
 
  target = 'gate'
272
 
},
273
 
 
274
 
 
275
 
Transition:new{
276
 
  x = 508.191440, y = 257.266270,
277
 
  width = 275.762790, height = 30.530880,
278
 
  target='bridge',
279
 
targetX=555,
280
 
targetY=487
281
 
},
282
 
 
283
 
 
284
 
Fish:new{
285
 
  x = 348.519870, y = 380.005310,
286
 
  width = 11.818405, height = 32.500614,
287
 
},
288
 
 
289
 
},
290
 
realfairy = {
291
 
},
292
 
flag = {
293
 
},
294
 
forest1 = {
295
 
 
296
 
Displacer:new{
297
 
  x = 272.000000, y = 296.000000,
298
 
  width = 67.000000, height = 70.000000
299
 
},
300
 
 
301
 
 
302
 
Displacer:new{
303
 
  x = 621.000000, y = 492.000000,
304
 
  width = 96.000000, height = 29.000000
305
 
},
306
 
 
307
 
 
308
 
Displacer:new{
309
 
  x = 75.025925, y = 533.677860,
310
 
  width = 132.000000, height = 23.000000
311
 
},
312
 
 
313
 
 
314
 
Transition:new{
315
 
  x = -1.000000, y = 129.000000,
316
 
  width = 28.000000, height = 454.000000,
317
 
  target = 'foresthut',
318
 
targetX = 745,
319
 
targetY = 430
320
 
},
321
 
 
322
 
 
323
 
Transition:new{
324
 
  x = 773.000000, y = 134.000000,
325
 
  width = 28.000000, height = 454.000000,
326
 
  target = 'shore',
327
 
targetY = 133,
328
 
targetX = 30
329
 
},
330
 
 
331
 
 
332
 
Flower:new{
333
 
  x = 355.051060, y = 333.101410,
334
 
},
335
 
 
336
 
},
337
 
castle = {
338
 
 
339
 
Displacer:new{
340
 
  x = 673.720150, y = 410.580200,
341
 
  width = 47.098976, height = 63.481228
342
 
},
343
 
 
344
 
 
345
 
Transition:new{
346
 
  x = 73.720139, y = 401.365170,
347
 
  width = 17.406143, height = 72.696243,
348
 
  target='gate',
349
 
targetX=239,
350
 
targetY=388
351
 
},
352
 
 
353
 
 
354
 
Cat:new{
355
 
  x = 590.784970, y = 442.320830,
356
 
},
357
 
 
358
 
},
359
 
fairy = {
360
 
},
361
 
sheep = {
362
 
 
363
 
Displacer:new{
364
 
  x = -0.903934, y = 205.884830,
365
 
  width = 293.778470, height = 44.292755
366
 
},
367
 
 
368
 
 
369
 
Displacer:new{
370
 
  x = 349.822420, y = 204.076970,
371
 
  width = 322.704410, height = 47.004555
372
 
},
373
 
 
374
 
 
375
 
Displacer:new{
376
 
  x = 649.024540, y = 251.985460,
377
 
  width = 38.869144, height = 93.105171
378
 
},
379
 
 
380
 
 
381
 
Displacer:new{
382
 
  x = 788.230350, y = 487.008270,
383
 
  width = 18.078678, height = 115.703530
384
 
},
385
 
 
386
 
 
387
 
Displacer:new{
388
 
  x = -7.231471, y = 586.440980,
389
 
  width = 802.693300, height = 19.886545
390
 
},
391
 
 
392
 
 
393
 
Displacer:new{
394
 
  x = -7.231471, y = 249.273650,
395
 
  width = 12.655074, height = 338.975190
396
 
},
397
 
 
398
 
 
399
 
Transition:new{
400
 
  x = 703.260560, y = 347.802460,
401
 
  width = 100.336660, height = 51.524231,
402
 
  target = 'bridge',
403
 
targetX = 107,
404
 
targetY = 400
405
 
},
406
 
 
407
 
 
408
 
Transition:new{
409
 
  x = 300.106050, y = 219.443850,
410
 
  width = 42.484894, height = 24.406214,
411
 
  target='cave'
412
 
},
413
 
 
414
 
 
415
 
Transition:new{
416
 
  x = 796.365720, y = 404.750270,
417
 
  width = 9.039339, height = 75.930443,
418
 
  target = 'bridge',
419
 
targetX = 107,
420
 
targetY = 400
421
 
},
422
 
 
423
 
},
424
 
shore = {
425
 
 
426
 
Displacer:new{
427
 
  x = -7.616363, y = 511.048430,
428
 
  width = 15.329147, height = 79.930550
429
 
},
430
 
 
431
 
 
432
 
MaybeDisplacer:new{
433
 
  x = -15.876616, y = 148.302190,
434
 
  width = 206.396010, height = 16.697821
435
 
},
436
 
 
437
 
 
438
 
MaybeDisplacer:new{
439
 
  x = -14.781677, y = 122.050610,
440
 
  width = 205.575000, height = 10.949390
441
 
},
442
 
 
443
 
 
444
 
MaybeDisplacer:new{
445
 
  x = -21.898781, y = 493.936460,
446
 
  width = 329.576660, height = 15.329147
447
 
},
448
 
 
449
 
 
450
 
MaybeDisplacer:new{
451
 
  x = -36.132988, y = 590.145570,
452
 
  width = 233.222020, height = 14.234208
453
 
},
454
 
 
455
 
 
456
 
MaybeDisplacer:new{
457
 
  x = 194.899150, y = 561.677120,
458
 
  width = 39.417805, height = 28.468416
459
 
},
460
 
 
461
 
 
462
 
MaybeDisplacer:new{
463
 
  x = 285.779080, y = 497.075710,
464
 
  width = 27.373476, height = 29.563354
465
 
},
466
 
 
467
 
 
468
 
FairyActivator:new{
469
 
  x = 171.725940, y = 132.299380,
470
 
  width = 19.192898, height = 16.162441,
471
 
},
472
 
 
473
 
 
474
 
Boat:new{
475
 
  x = 231.032140, y = 523.354250,
476
 
},
477
 
 
478
 
},
479
 
cave = {
480
 
 
481
 
Transition:new{
482
 
  x = 74.344025, y = 435.568510,
483
 
  width = 9.620992, height = 43.731777,
484
 
  target='sheep',
485
 
targetX=253,
486
 
targetY=325
487
 
},
488
 
 
489
 
 
490
 
Flag:new{
491
 
  x = 272.011660, y = 446.064150,
492
 
  width = 18.367348, height = 29.737610,
493
 
},
494
 
 
495
 
},
496
 
gate = {
497
 
 
498
 
Transition:new{
499
 
  x = 1.841040, y = 348.698090,
500
 
  width = 21.171955, height = 89.290421,
501
 
  target='lake',
502
 
targetX=758,
503
 
targetY=453
504
 
},
505
 
 
506
 
 
507
 
Transition:new{
508
 
  x = 529.029240, y = 373.273160,
509
 
  width = 18.433075, height = 51.612610,
510
 
  target = 'castle'
511
 
},
512
 
 
513
 
 
514
 
GateTrigger:new{
515
 
  x = 338.751280, y = 372.631590,
516
 
  width = 34.059235, height = 60.754307,
517
 
},
518
 
 
519
 
},
520
 
flower = {
521
 
},
522
 
cat48 = {
523
 
},
524
 
}
525
 
 
526
 
fairytarget = Sprite:new{
527
 
  x = 42.702625, y = 537.588500,
528
 
  width = 14.234208, height = 15.329147,
529
 
  visible = false
530
 
}
531
 
 
532
 
gateup = Fill:new{
533
 
  x = 517.393430, y = 236.349990,
534
 
  width = 33.179535, height = 191.703980,
535
 
  fill = {108,57,22,255},
536
 
  gateup = true
537
 
}
538
 
 
539
 
gatedown = Fill:new{
540
 
  x = 354.836700, y = 427.650760,
541
 
  width = 164.054370, height = 19.354729,
542
 
  fill = {108,57,22,255},
543
 
  visible = false
544
 
}
545