/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 20:26:21 UTC
  • Revision ID: josh@9ix.org-20130428202621-ey328vc42y1hkcv9
castle interior

Show diffs side-by-side

added added

removed removed

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