/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:
116
116
},
117
117
flower = {
118
118
},
 
119
fairy = {
 
120
},
119
121
shore = {
120
122
 
121
123
Displacer:new{
202
204
},
203
205
gate = {
204
206
 
205
 
Displacer:new{
206
 
  x = 338.751280, y = 372.631590,
207
 
  width = 34.059235, height = 60.754307
208
 
},
209
 
 
210
 
 
211
207
Transition:new{
212
208
  x = 1.841040, y = 348.698090,
213
209
  width = 21.171955, height = 89.290421,
216
212
targetY=453
217
213
},
218
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
 
219
228
},
220
229
sheep = {
221
230
 
287
296
targetY=388
288
297
},
289
298
 
 
299
 
 
300
Cat:new{
 
301
  x = 590.784970, y = 442.320830,
 
302
},
 
303
 
290
304
},
291
305
lake = {
292
306
 
383
397
 
384
398
 
385
399
Displacer:new{
386
 
  x = 528.618040, y = 253.272050,
387
 
  width = 96.629105, height = 45.472519
 
400
  x = 494.535890, y = 253.272050,
 
401
  width = 130.711270, height = 45.472519
388
402
},
389
403
 
390
404
 
391
405
Displacer:new{
392
 
  x = 459.461910, y = 228.641110,
393
 
  width = 34.104382, height = 62.524715
 
406
  x = 359.108890, y = 228.641110,
 
407
  width = 134.457460, height = 68.205078
394
408
},
395
409
 
396
410
 
439
453
targetY = 434
440
454
},
441
455
 
 
456
 
 
457
Fairy:new{
 
458
  x = 395.731810, y = 304.621250,
 
459
  width = 40.709251, height = 58.697060,
 
460
},
 
461
 
442
462
},
443
463
flag = {
444
464
},
445
 
}
 
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