/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 22:13:30 UTC
  • Revision ID: josh@9ix.org-20130428221330-duv67kmceabcitda
troll

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
},
26
26
cave = {
27
27
 
 
28
Displacer:new{
 
29
  x = 272.011660, y = 446.064150,
 
30
  width = 18.367348, height = 29.737610
 
31
},
 
32
 
 
33
 
28
34
Transition:new{
29
35
  x = 74.344025, y = 435.568510,
30
36
  width = 9.620992, height = 43.731777,
33
39
targetY=325
34
40
},
35
41
 
36
 
 
37
 
Flag:new{
38
 
  x = 272.011660, y = 446.064150,
39
 
  width = 18.367348, height = 29.737610,
40
 
},
41
 
 
42
42
},
43
43
bridge = {
44
44
 
116
116
},
117
117
flower = {
118
118
},
119
 
fairy = {
120
 
},
121
119
shore = {
122
120
 
123
121
Displacer:new{
204
202
},
205
203
gate = {
206
204
 
 
205
Displacer:new{
 
206
  x = 338.751280, y = 372.631590,
 
207
  width = 34.059235, height = 60.754307
 
208
},
 
209
 
 
210
 
207
211
Transition:new{
208
212
  x = 1.841040, y = 348.698090,
209
213
  width = 21.171955, height = 89.290421,
212
216
targetY=453
213
217
},
214
218
 
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
 
 
228
219
},
229
220
sheep = {
230
221
 
296
287
targetY=388
297
288
},
298
289
 
299
 
 
300
 
Cat:new{
301
 
  x = 590.784970, y = 442.320830,
302
 
},
303
 
 
304
290
},
305
291
lake = {
306
292
 
397
383
 
398
384
 
399
385
Displacer:new{
400
 
  x = 494.535890, y = 253.272050,
401
 
  width = 130.711270, height = 45.472519
 
386
  x = 528.618040, y = 253.272050,
 
387
  width = 96.629105, height = 45.472519
402
388
},
403
389
 
404
390
 
405
391
Displacer:new{
406
 
  x = 359.108890, y = 228.641110,
407
 
  width = 134.457460, height = 68.205078
 
392
  x = 459.461910, y = 228.641110,
 
393
  width = 34.104382, height = 62.524715
408
394
},
409
395
 
410
396
 
453
439
targetY = 434
454
440
},
455
441
 
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
 
 
 
442
},
 
443
}