/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 16:36:28 UTC
  • Revision ID: josh@9ix.org-20130427163628-njxr0kch1ail2y4s
build system

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
 
MaybeDisplacer:new{
125
 
  x = -15.876616, y = 148.302190,
126
 
  width = 206.396010, height = 16.697821
127
 
},
128
 
 
129
 
 
130
 
MaybeDisplacer:new{
131
 
  x = -14.781677, y = 122.050610,
132
 
  width = 205.575000, height = 10.949390
133
 
},
134
 
 
135
 
 
136
 
MaybeDisplacer:new{
137
 
  x = -21.898781, y = 483.936460,
138
 
  width = 329.576660, height = 15.329147
139
 
},
140
 
 
141
 
 
142
 
MaybeDisplacer:new{
143
 
  x = -20.803843, y = 502.550420,
144
 
  width = 8.759513, height = 111.683780
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
 
lakeroad = {
173
 
 
174
 
Displacer:new{
175
 
  x = 1.140190, y = 410.728450,
176
 
  width = 802.693730, height = 192.692110
177
 
},
178
 
 
179
 
 
180
 
Displacer:new{
181
 
  x = 401.346860, y = 189.531620,
182
 
  width = 400.206670, height = 94.635765
183
 
},
184
 
 
185
 
 
186
 
Displacer:new{
187
 
  x = 403.627230, y = 357.139530,
188
 
  width = 60.430069, height = 53.588928
189
 
},
190
 
 
191
 
 
192
 
Displacer:new{
193
 
  x = 401.346860, y = 279.606630,
194
 
  width = 23.943989, height = 79.813293
195
 
},
196
 
 
197
 
 
198
 
Transition:new{
199
 
  x = 782.170290, y = 276.186070,
200
 
  width = 20.523447, height = 140.243330,
201
 
  target = 'village'
202
 
},
203
 
 
204
 
},
205
 
forest1 = {
206
 
 
207
 
Displacer:new{
208
 
  x = 272.000000, y = 296.000000,
209
 
  width = 67.000000, height = 70.000000
210
 
},
211
 
 
212
 
 
213
 
Displacer:new{
214
 
  x = 621.000000, y = 492.000000,
215
 
  width = 96.000000, height = 29.000000
216
 
},
217
 
 
218
 
 
219
 
Displacer:new{
220
 
  x = 75.025925, y = 533.677860,
221
 
  width = 132.000000, height = 23.000000
222
 
},
223
 
 
224
 
 
225
 
Transition:new{
226
 
  x = -1.000000, y = 129.000000,
227
 
  width = 28.000000, height = 454.000000,
228
 
  target = 'foresthut',
229
 
targetX = 745,
230
 
targetY = 430
231
 
},
232
 
 
233
 
 
234
 
Transition:new{
235
 
  x = 773.000000, y = 134.000000,
236
 
  width = 28.000000, height = 454.000000,
237
 
  target = 'shore',
238
 
targetY = 133,
239
 
targetX = 30
240
 
},
241
 
 
242
 
 
243
 
Flower:new{
244
 
  x = 355.051060, y = 333.101410,
245
 
},
246
 
 
247
 
},
248
 
gate = {
249
 
 
250
 
Transition:new{
251
 
  x = 1.841040, y = 348.698090,
252
 
  width = 21.171955, height = 89.290421,
253
 
  target='lake',
254
 
targetX=758,
255
 
targetY=453
256
 
},
257
 
 
258
 
 
259
 
Transition:new{
260
 
  x = 529.029240, y = 373.273160,
261
 
  width = 18.433075, height = 51.612610,
262
 
  target = 'castle'
263
 
},
264
 
 
265
 
 
266
 
GateTrigger:new{
267
 
  x = 338.751280, y = 372.631590,
268
 
  width = 34.059235, height = 60.754307,
269
 
},
270
 
 
271
 
},
272
 
sheep = {
273
 
 
274
 
Displacer:new{
275
 
  x = -0.903934, y = 205.884830,
276
 
  width = 293.778470, height = 44.292755
277
 
},
278
 
 
279
 
 
280
 
Displacer:new{
281
 
  x = 349.822420, y = 204.076970,
282
 
  width = 322.704410, height = 47.004555
283
 
},
284
 
 
285
 
 
286
 
Displacer:new{
287
 
  x = 649.024540, y = 251.985460,
288
 
  width = 38.869144, height = 93.105171
289
 
},
290
 
 
291
 
 
292
 
Displacer:new{
293
 
  x = 788.230350, y = 410.173890,
294
 
  width = 18.078678, height = 192.537920
295
 
},
296
 
 
297
 
 
298
 
Displacer:new{
299
 
  x = -7.231471, y = 586.440980,
300
 
  width = 802.693300, height = 19.886545
301
 
},
302
 
 
303
 
 
304
 
Displacer:new{
305
 
  x = -7.231471, y = 249.273650,
306
 
  width = 12.655074, height = 338.975190
307
 
},
308
 
 
309
 
 
310
 
Transition:new{
311
 
  x = 703.260560, y = 347.802460,
312
 
  width = 100.336660, height = 51.524231,
313
 
  target = 'bridge',
314
 
targetX = 107,
315
 
targetY = 400
316
 
},
317
 
 
318
 
 
319
 
Transition:new{
320
 
  x = 300.106050, y = 219.443850,
321
 
  width = 42.484894, height = 24.406214,
322
 
  target='cave'
323
 
},
324
 
 
325
 
},
326
 
castle = {
327
 
 
328
 
Displacer:new{
329
 
  x = 673.720150, y = 410.580200,
330
 
  width = 47.098976, height = 63.481228
331
 
},
332
 
 
333
 
 
334
 
Transition:new{
335
 
  x = 73.720139, y = 401.365170,
336
 
  width = 17.406143, height = 72.696243,
337
 
  target='gate',
338
 
targetX=239,
339
 
targetY=388
340
 
},
341
 
 
342
 
 
343
 
Cat:new{
344
 
  x = 590.784970, y = 442.320830,
345
 
},
346
 
 
347
 
},
348
 
lake = {
349
 
 
350
 
Displacer:new{
351
 
  x = 1.140190, y = 532.673520,
352
 
  width = 802.693730, height = 70.747047
353
 
},
354
 
 
355
 
 
356
 
Displacer:new{
357
 
  x = 199.036710, y = 475.319240,
358
 
  width = 88.884743, height = 62.226845
359
 
},
360
 
 
361
 
 
362
 
Displacer:new{
363
 
  x = 254.349850, y = 415.082730,
364
 
  width = 161.585140, height = 76.176979
365
 
},
366
 
 
367
 
 
368
 
Displacer:new{
369
 
  x = 327.690250, y = 337.549840,
370
 
  width = 23.943989, height = 79.813293
371
 
},
372
 
 
373
 
 
374
 
Displacer:new{
375
 
  x = 441.939640, y = 545.003050,
376
 
  width = 77.584961, height = 16.695486
377
 
},
378
 
 
379
 
 
380
 
Displacer:new{
381
 
  x = 293.644320, y = 354.478000,
382
 
  width = 126.689360, height = 22.588020
383
 
},
384
 
 
385
 
 
386
 
Displacer:new{
387
 
  x = 321.142820, y = 298.498960,
388
 
  width = 66.781998, height = 55.979023
389
 
},
390
 
 
391
 
 
392
 
Displacer:new{
393
 
  x = 314.268190, y = 206.182680,
394
 
  width = 193.471360, height = 54.996933
395
 
},
396
 
 
397
 
 
398
 
Displacer:new{
399
 
  x = 318.112060, y = 260.220860,
400
 
  width = 34.470348, height = 39.394684
401
 
},
402
 
 
403
 
 
404
 
Transition:new{
405
 
  x = 782.170290, y = 295.827820,
406
 
  width = 20.523447, height = 239.434230,
407
 
  target = 'gate'
408
 
},
409
 
 
410
 
 
411
 
Transition:new{
412
 
  x = 508.191440, y = 257.266270,
413
 
  width = 275.762790, height = 30.530880,
414
 
  target='bridge',
415
 
targetX=555,
416
 
targetY=487
417
 
},
418
 
 
419
 
 
420
 
Fish:new{
421
 
  x = 348.519870, y = 380.005310,
422
 
  width = 11.818405, height = 32.500614,
423
 
},
424
 
 
425
 
},
426
 
fish = {
427
 
},
428
 
foresthut = {
429
 
 
430
 
Displacer:new{
431
 
  x = 10.420785, y = 557.369510,
432
 
  width = 777.769530, height = 50.209240
433
 
},
434
 
 
435
 
 
436
 
Displacer:new{
437
 
  x = 624.299800, y = 248.535320,
438
 
  width = 165.785220, height = 16.104851
439
 
},
440
 
 
441
 
 
442
 
Displacer:new{
443
 
  x = 494.535890, y = 253.272050,
444
 
  width = 130.711270, height = 45.472519
445
 
},
446
 
 
447
 
 
448
 
Displacer:new{
449
 
  x = 359.108890, y = 228.641110,
450
 
  width = 134.457460, height = 68.205078
451
 
},
452
 
 
453
 
 
454
 
Displacer:new{
455
 
  x = 4.736721, y = 227.693760,
456
 
  width = 452.830510, height = 30.315012
457
 
},
458
 
 
459
 
 
460
 
Displacer:new{
461
 
  x = 290.823460, y = 260.068940,
462
 
  width = 67.261436, height = 88.795479
463
 
},
464
 
 
465
 
 
466
 
Displacer:new{
467
 
  x = 182.837420, y = 253.272050,
468
 
  width = 70.103462, height = 56.840649
469
 
},
470
 
 
471
 
 
472
 
Displacer:new{
473
 
  x = 35.051731, y = 493.897460,
474
 
  width = 105.155200, height = 38.841110
475
 
},
476
 
 
477
 
 
478
 
Displacer:new{
479
 
  x = 655.562130, y = 502.423550,
480
 
  width = 92.839722, height = 29.367668
481
 
},
482
 
 
483
 
 
484
 
Transition:new{
485
 
  x = 789.137630, y = 253.272050,
486
 
  width = 22.736259, height = 344.833250,
487
 
  target = 'forest1'
488
 
},
489
 
 
490
 
 
491
 
Transition:new{
492
 
  x = -16.104849, y = 254.219410,
493
 
  width = 22.736259, height = 344.833250,
494
 
  target = 'bridge',
495
 
targetX = 735,
496
 
targetY = 434
497
 
},
498
 
 
499
 
 
500
 
Fairy:new{
501
 
  x = 395.731810, y = 304.621250,
502
 
  width = 40.709251, height = 58.697060,
503
 
},
504
 
 
505
 
},
506
 
flag = {
507
 
},
508
 
cat48 = {
509
 
},
510
 
}
511
 
 
512
 
fairytarget = Sprite:new{
513
 
  x = 42.702625, y = 537.588500,
514
 
  width = 14.234208, height = 15.329147,
515
 
  visible = false
516
 
}
517
 
 
518
 
gateup = Fill:new{
519
 
  x = 517.393430, y = 236.349990,
520
 
  width = 33.179535, height = 191.703980,
521
 
  fill = {108,57,22,255},
522
 
  gateup = true
523
 
}
524
 
 
525
 
gatedown = Fill:new{
526
 
  x = 354.836700, y = 427.650760,
527
 
  width = 164.054370, height = 19.354729,
528
 
  fill = {108,57,22,255},
529
 
  visible = false
530
 
}
531