/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:23:30 UTC
  • Revision ID: josh@9ix.org-20130428222330-ng2gzvphijabfjfm
flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
},
115
115
 
116
116
},
117
 
realfairy = {
118
 
},
119
117
flower = {
120
118
},
121
 
fairy = {
122
 
},
123
119
shore = {
124
120
 
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
 
MaybeDisplacer:new{
138
 
  x = -21.898781, y = 493.936460,
139
 
  width = 329.576660, height = 15.329147
140
 
},
141
 
 
142
 
 
143
 
MaybeDisplacer:new{
144
 
  x = -20.803843, y = 502.550420,
145
 
  width = 8.759513, height = 111.683780
146
 
},
147
 
 
148
 
 
149
 
MaybeDisplacer:new{
150
 
  x = -36.132988, y = 590.145570,
151
 
  width = 233.222020, height = 14.234208
152
 
},
153
 
 
154
 
 
155
 
MaybeDisplacer:new{
156
 
  x = 194.899150, y = 561.677120,
157
 
  width = 39.417805, height = 28.468416
158
 
},
159
 
 
160
 
 
161
 
MaybeDisplacer:new{
162
 
  x = 285.779080, y = 497.075710,
163
 
  width = 27.373476, height = 29.563354
164
 
},
165
 
 
166
 
 
167
 
FairyActivator:new{
 
121
Displacer:new{
168
122
  x = 171.725940, y = 132.299380,
169
 
  width = 19.192898, height = 16.162441,
170
 
},
171
 
 
172
 
 
173
 
Boat:new{
174
 
  x = 231.032140, y = 523.354250,
 
123
  width = 19.192898, height = 16.162441
175
124
},
176
125
 
177
126
},
253
202
},
254
203
gate = {
255
204
 
 
205
Displacer:new{
 
206
  x = 338.751280, y = 372.631590,
 
207
  width = 34.059235, height = 60.754307
 
208
},
 
209
 
 
210
 
256
211
Transition:new{
257
212
  x = 1.841040, y = 348.698090,
258
213
  width = 21.171955, height = 89.290421,
261
216
targetY=453
262
217
},
263
218
 
264
 
 
265
 
Transition:new{
266
 
  x = 529.029240, y = 373.273160,
267
 
  width = 18.433075, height = 51.612610,
268
 
  target = 'castle'
269
 
},
270
 
 
271
 
 
272
 
GateTrigger:new{
273
 
  x = 338.751280, y = 372.631590,
274
 
  width = 34.059235, height = 60.754307,
275
 
},
276
 
 
277
219
},
278
220
sheep = {
279
221
 
345
287
targetY=388
346
288
},
347
289
 
348
 
 
349
 
Cat:new{
350
 
  x = 590.784970, y = 442.320830,
351
 
},
352
 
 
353
290
},
354
291
lake = {
355
292
 
446
383
 
447
384
 
448
385
Displacer:new{
449
 
  x = 494.535890, y = 253.272050,
450
 
  width = 130.711270, height = 45.472519
 
386
  x = 528.618040, y = 253.272050,
 
387
  width = 96.629105, height = 45.472519
451
388
},
452
389
 
453
390
 
454
391
Displacer:new{
455
 
  x = 359.108890, y = 228.641110,
456
 
  width = 134.457460, height = 68.205078
 
392
  x = 459.461910, y = 228.641110,
 
393
  width = 34.104382, height = 62.524715
457
394
},
458
395
 
459
396
 
502
439
targetY = 434
503
440
},
504
441
 
505
 
 
506
 
Fairy:new{
507
 
  x = 395.731810, y = 304.621250,
508
 
  width = 40.709251, height = 58.697060,
509
 
},
510
 
 
511
442
},
512
443
flag = {
513
444
},
514
 
cat48 = {
515
 
},
516
 
}
517
 
 
518
 
fairytarget = Sprite:new{
519
 
  x = 42.702625, y = 537.588500,
520
 
  width = 14.234208, height = 15.329147,
521
 
  visible = false
522
 
}
523
 
 
524
 
gateup = Fill:new{
525
 
  x = 517.393430, y = 236.349990,
526
 
  width = 33.179535, height = 191.703980,
527
 
  fill = {108,57,22,255},
528
 
  gateup = true
529
 
}
530
 
 
531
 
gatedown = Fill:new{
532
 
  x = 354.836700, y = 427.650760,
533
 
  width = 164.054370, height = 19.354729,
534
 
  fill = {108,57,22,255},
535
 
  visible = false
536
 
}
537
 
 
 
445
}