/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 23:55:40 UTC
  • Revision ID: josh@9ix.org-20130428235540-wamoh325zjypaf06
dragon flag special case

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
 
 
34
28
Transition:new{
35
29
  x = 74.344025, y = 435.568510,
36
30
  width = 9.620992, height = 43.731777,
39
33
targetY=325
40
34
},
41
35
 
 
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
 
55
55
 
56
56
 
57
57
Displacer:new{
58
 
  x = 443.406650, y = 372.013580,
59
 
  width = 87.065681, height = 92.451187
60
 
},
61
 
 
62
 
 
63
 
Displacer:new{
64
58
  x = 55.650227, y = 481.518860,
65
59
  width = 55.650227, height = 22.439608
66
60
},
114
108
  target = 'sheep'
115
109
},
116
110
 
 
111
 
 
112
Troll:new{
 
113
  x = 443.406650, y = 372.013580,
 
114
},
 
115
 
117
116
},
118
117
flower = {
119
118
},
203
202
},
204
203
gate = {
205
204
 
206
 
Displacer:new{
207
 
  x = 338.751280, y = 372.631590,
208
 
  width = 34.059235, height = 60.754307
209
 
},
210
 
 
211
 
 
212
205
Transition:new{
213
206
  x = 1.841040, y = 348.698090,
214
207
  width = 21.171955, height = 89.290421,
217
210
targetY=453
218
211
},
219
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
 
220
226
},
221
227
sheep = {
222
228
 
288
294
targetY=388
289
295
},
290
296
 
 
297
 
 
298
Cat:new{
 
299
  x = 590.784970, y = 442.320830,
 
300
},
 
301
 
291
302
},
292
303
lake = {
293
304
 
441
452
},
442
453
 
443
454
},
444
 
}
 
455
flag = {
 
456
},
 
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