/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-28 23:14:19 UTC
  • Revision ID: josh@9ix.org-20130428231419-930dlct49eh71pr8
gate

Show diffs side-by-side

added added

removed removed

202
202
},
203
203
gate = {
204
204
 
205
 
Displacer:new{
206
 
  x = 338.751280, y = 372.631590,
207
 
  width = 34.059235, height = 60.754307
208
 
},
209
 
 
210
 
 
211
205
Transition:new{
212
206
  x = 1.841040, y = 348.698090,
213
207
  width = 21.171955, height = 89.290421,
216
210
targetY=453
217
211
},
218
212
 
 
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
 
219
226
},
220
227
sheep = {
221
228
 
443
450
flag = {
444
451
},
445
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