/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:26:28 UTC
  • Revision ID: josh@9ix.org-20130428222628-iw5am8h8mrzedutb
really basic feedback that your inventory changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
205
211
Transition:new{
206
212
  x = 1.841040, y = 348.698090,
207
213
  width = 21.171955, height = 89.290421,
210
216
targetY=453
211
217
},
212
218
 
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
219
},
227
220
sheep = {
228
221
 
294
287
targetY=388
295
288
},
296
289
 
297
 
 
298
 
Cat:new{
299
 
  x = 590.784970, y = 442.320830,
300
 
},
301
 
 
302
290
},
303
291
lake = {
304
292
 
454
442
},
455
443
flag = {
456
444
},
457
 
cat48 = {
458
 
},
459
 
}
460
 
 
461
 
gateup = Fill:new{
462
 
  x = 517.393430, y = 236.349990,
463
 
  width = 33.179535, height = 191.703980,
464
 
  fill = {108,57,22,255},
465
 
  gateup = true
466
 
}
467
 
 
468
 
gatedown = Fill:new{
469
 
  x = 354.836700, y = 427.650760,
470
 
  width = 164.054370, height = 19.354729,
471
 
  fill = {108,57,22,255},
472
 
  visible = false
473
 
}
474
 
 
 
445
}