/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-29 00:08:20 UTC
  • Revision ID: josh@9ix.org-20130429000820-bth2m0z5q94drdxn
fairy

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
},
24
24
 
25
25
},
 
26
cave = {
 
27
 
 
28
Transition:new{
 
29
  x = 74.344025, y = 435.568510,
 
30
  width = 9.620992, height = 43.731777,
 
31
  target='sheep',
 
32
targetX=253,
 
33
targetY=325
 
34
},
 
35
 
 
36
 
 
37
Flag:new{
 
38
  x = 272.011660, y = 446.064150,
 
39
  width = 18.367348, height = 29.737610,
 
40
},
 
41
 
 
42
},
26
43
bridge = {
27
44
 
28
45
Displacer:new{
38
55
 
39
56
 
40
57
Displacer:new{
41
 
  x = 443.406650, y = 372.013580,
42
 
  width = 87.065681, height = 92.451187
43
 
},
44
 
 
45
 
 
46
 
Displacer:new{
47
58
  x = 55.650227, y = 481.518860,
48
59
  width = 55.650227, height = 22.439608
49
60
},
97
108
  target = 'sheep'
98
109
},
99
110
 
 
111
 
 
112
Troll:new{
 
113
  x = 443.406650, y = 372.013580,
 
114
},
 
115
 
100
116
},
101
117
flower = {
102
118
},
 
119
fairy = {
 
120
},
103
121
shore = {
104
122
 
105
123
Displacer:new{
186
204
},
187
205
gate = {
188
206
 
189
 
Displacer:new{
190
 
  x = 338.751280, y = 372.631590,
191
 
  width = 34.059235, height = 60.754307
192
 
},
193
 
 
194
 
 
195
207
Transition:new{
196
208
  x = 1.841040, y = 348.698090,
197
209
  width = 21.171955, height = 89.290421,
200
212
targetY=453
201
213
},
202
214
 
 
215
 
 
216
Transition:new{
 
217
  x = 529.029240, y = 373.273160,
 
218
  width = 18.433075, height = 51.612610,
 
219
  target = 'castle'
 
220
},
 
221
 
 
222
 
 
223
GateTrigger:new{
 
224
  x = 338.751280, y = 372.631590,
 
225
  width = 34.059235, height = 60.754307,
 
226
},
 
227
 
203
228
},
204
229
sheep = {
205
230
 
271
296
targetY=388
272
297
},
273
298
 
 
299
 
 
300
Cat:new{
 
301
  x = 590.784970, y = 442.320830,
 
302
},
 
303
 
274
304
},
275
305
lake = {
276
306
 
343
373
targetY=487
344
374
},
345
375
 
 
376
 
 
377
Fish:new{
 
378
  x = 348.519870, y = 380.005310,
 
379
  width = 11.818405, height = 32.500614,
 
380
},
 
381
 
 
382
},
 
383
fish = {
346
384
},
347
385
foresthut = {
348
386
 
359
397
 
360
398
 
361
399
Displacer:new{
362
 
  x = 528.618040, y = 253.272050,
363
 
  width = 96.629105, height = 45.472519
 
400
  x = 494.535890, y = 253.272050,
 
401
  width = 130.711270, height = 45.472519
364
402
},
365
403
 
366
404
 
367
405
Displacer:new{
368
 
  x = 459.461910, y = 228.641110,
369
 
  width = 34.104382, height = 62.524715
 
406
  x = 359.108890, y = 228.641110,
 
407
  width = 134.457460, height = 68.205078
370
408
},
371
409
 
372
410
 
415
453
targetY = 434
416
454
},
417
455
 
418
 
},
419
 
}
 
456
 
 
457
Fairy:new{
 
458
  x = 395.731810, y = 304.621250,
 
459
  width = 40.709251, height = 58.697060,
 
460
},
 
461
 
 
462
},
 
463
flag = {
 
464
},
 
465
cat48 = {
 
466
},
 
467
}
 
468
 
 
469
gateup = Fill:new{
 
470
  x = 517.393430, y = 236.349990,
 
471
  width = 33.179535, height = 191.703980,
 
472
  fill = {108,57,22,255},
 
473
  gateup = true
 
474
}
 
475
 
 
476
gatedown = Fill:new{
 
477
  x = 354.836700, y = 427.650760,
 
478
  width = 164.054370, height = 19.354729,
 
479
  fill = {108,57,22,255},
 
480
  visible = false
 
481
}
 
482