/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-29 00:35:28 UTC
  • Revision ID: josh@9ix.org-20130429003528-6o7b23zq3c4m8nxe
be moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
},
24
24
 
25
25
},
 
26
cave = {
 
27
 
 
28
Transition:new{
 
29
  x = 74.344025, y = 435.568510,
 
30
  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,
 
40
},
 
41
 
 
42
},
26
43
bridge = {
27
44
 
28
45
Displacer:new{
38
55
 
39
56
 
40
57
Displacer:new{
41
 
  x = 443.406650, y = 372.013580,
42
 
  width = 87.065681, height = 92.451187
43
 
},
44
 
 
45
 
 
46
 
Displacer:new{
47
58
  x = 55.650227, y = 481.518860,
48
59
  width = 55.650227, height = 22.439608
49
60
},
97
108
  target = 'sheep'
98
109
},
99
110
 
 
111
 
 
112
Troll:new{
 
113
  x = 443.406650, y = 372.013580,
 
114
},
 
115
 
 
116
},
 
117
realfairy = {
100
118
},
101
119
flower = {
102
120
},
 
121
fairy = {
 
122
},
103
123
shore = {
104
124
 
105
 
Displacer:new{
 
125
MaybeDisplacer:new{
 
126
  x = -15.876616, y = 148.302190,
 
127
  width = 206.396010, height = 16.697821
 
128
},
 
129
 
 
130
 
 
131
MaybeDisplacer:new{
 
132
  x = -14.781677, y = 122.050610,
 
133
  width = 205.575000, height = 10.949390
 
134
},
 
135
 
 
136
 
 
137
FairyActivator:new{
106
138
  x = 171.725940, y = 132.299380,
107
 
  width = 19.192898, height = 16.162441
 
139
  width = 19.192898, height = 16.162441,
108
140
},
109
141
 
110
142
},
186
218
},
187
219
gate = {
188
220
 
189
 
Displacer:new{
190
 
  x = 338.751280, y = 372.631590,
191
 
  width = 34.059235, height = 60.754307
192
 
},
193
 
 
194
 
 
195
221
Transition:new{
196
222
  x = 1.841040, y = 348.698090,
197
223
  width = 21.171955, height = 89.290421,
200
226
targetY=453
201
227
},
202
228
 
 
229
 
 
230
Transition:new{
 
231
  x = 529.029240, y = 373.273160,
 
232
  width = 18.433075, height = 51.612610,
 
233
  target = 'castle'
 
234
},
 
235
 
 
236
 
 
237
GateTrigger:new{
 
238
  x = 338.751280, y = 372.631590,
 
239
  width = 34.059235, height = 60.754307,
 
240
},
 
241
 
203
242
},
204
243
sheep = {
205
244
 
271
310
targetY=388
272
311
},
273
312
 
 
313
 
 
314
Cat:new{
 
315
  x = 590.784970, y = 442.320830,
 
316
},
 
317
 
274
318
},
275
319
lake = {
276
320
 
343
387
targetY=487
344
388
},
345
389
 
 
390
 
 
391
Fish:new{
 
392
  x = 348.519870, y = 380.005310,
 
393
  width = 11.818405, height = 32.500614,
 
394
},
 
395
 
 
396
},
 
397
fish = {
346
398
},
347
399
foresthut = {
348
400
 
359
411
 
360
412
 
361
413
Displacer:new{
362
 
  x = 528.618040, y = 253.272050,
363
 
  width = 96.629105, height = 45.472519
 
414
  x = 494.535890, y = 253.272050,
 
415
  width = 130.711270, height = 45.472519
364
416
},
365
417
 
366
418
 
367
419
Displacer:new{
368
 
  x = 459.461910, y = 228.641110,
369
 
  width = 34.104382, height = 62.524715
 
420
  x = 359.108890, y = 228.641110,
 
421
  width = 134.457460, height = 68.205078
370
422
},
371
423
 
372
424
 
415
467
targetY = 434
416
468
},
417
469
 
418
 
},
419
 
}
 
470
 
 
471
Fairy:new{
 
472
  x = 395.731810, y = 304.621250,
 
473
  width = 40.709251, height = 58.697060,
 
474
},
 
475
 
 
476
},
 
477
flag = {
 
478
},
 
479
cat48 = {
 
480
},
 
481
}
 
482
 
 
483
fairytarget = Sprite:new{
 
484
  x = 42.702625, y = 537.588500,
 
485
  width = 14.234208, height = 15.329147,
 
486
  visible = false
 
487
}
 
488
 
 
489
gateup = Fill:new{
 
490
  x = 517.393430, y = 236.349990,
 
491
  width = 33.179535, height = 191.703980,
 
492
  fill = {108,57,22,255},
 
493
  gateup = true
 
494
}
 
495
 
 
496
gatedown = Fill:new{
 
497
  x = 354.836700, y = 427.650760,
 
498
  width = 164.054370, height = 19.354729,
 
499
  fill = {108,57,22,255},
 
500
  visible = false
 
501
}
 
502