/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 21:39:48 UTC
  • Revision ID: josh@9ix.org-20130428213948-kzpdi8zaaunafque
cave

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,
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,
 
37
  target='sheep'
40
38
},
41
39
 
42
40
},
55
53
 
56
54
 
57
55
Displacer:new{
 
56
  x = 443.406650, y = 372.013580,
 
57
  width = 87.065681, height = 92.451187
 
58
},
 
59
 
 
60
 
 
61
Displacer:new{
58
62
  x = 55.650227, y = 481.518860,
59
63
  width = 55.650227, height = 22.439608
60
64
},
108
112
  target = 'sheep'
109
113
},
110
114
 
111
 
 
112
 
Troll:new{
113
 
  x = 443.406650, y = 372.013580,
114
 
},
115
 
 
116
115
},
117
116
flower = {
118
117
},
202
201
},
203
202
gate = {
204
203
 
 
204
Displacer:new{
 
205
  x = 338.751280, y = 372.631590,
 
206
  width = 34.059235, height = 60.754307
 
207
},
 
208
 
 
209
 
205
210
Transition:new{
206
211
  x = 1.841040, y = 348.698090,
207
212
  width = 21.171955, height = 89.290421,
210
215
targetY=453
211
216
},
212
217
 
213
 
 
214
 
Transition:new{
215
 
  x = 529.029240, y = 373.273160,
216
 
  width = 18.433075, height = 51.612610,
217
 
  target = 'castle'
218
 
},
219
 
 
220
 
 
221
 
GateTrigger:new{
222
 
  x = 338.751280, y = 372.631590,
223
 
  width = 34.059235, height = 60.754307,
224
 
},
225
 
 
226
218
},
227
219
sheep = {
228
220
 
366
358
targetY=487
367
359
},
368
360
 
369
 
 
370
 
Fish:new{
371
 
  x = 348.519870, y = 380.005310,
372
 
  width = 11.818405, height = 32.500614,
373
 
},
374
 
 
375
 
},
376
 
fish = {
377
361
},
378
362
foresthut = {
379
363
 
447
431
},
448
432
 
449
433
},
450
 
flag = {
451
 
},
452
 
}
453
 
 
454
 
gateup = Fill:new{
455
 
  x = 517.393430, y = 236.349990,
456
 
  width = 33.179535, height = 191.703980,
457
 
  fill = {108,57,22,255},
458
 
  gateup = true
459
 
}
460
 
 
461
 
gatedown = Fill:new{
462
 
  x = 354.836700, y = 427.650760,
463
 
  width = 164.054370, height = 19.354729,
464
 
  fill = {108,57,22,255},
465
 
  visible = false
466
 
}
467
 
 
 
434
}