/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-27 17:06:27 UTC
  • Revision ID: josh@9ix.org-20130427170627-tz6h157jbi708yke
art

Show diffs side-by-side

added added

removed removed

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