/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:42:39 UTC
  • Revision ID: josh@9ix.org-20130429004239-r0yedw9bxk7infzs
drop

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
},
115
115
 
116
116
},
 
117
realfairy = {
 
118
},
117
119
flower = {
118
120
},
 
121
fairy = {
 
122
},
119
123
shore = {
120
124
 
121
 
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
MaybeDisplacer:new{
 
138
  x = -21.898781, y = 483.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{
122
168
  x = 171.725940, y = 132.299380,
123
 
  width = 19.192898, height = 16.162441
 
169
  width = 19.192898, height = 16.162441,
124
170
},
125
171
 
126
172
},
202
248
},
203
249
gate = {
204
250
 
205
 
Displacer:new{
206
 
  x = 338.751280, y = 372.631590,
207
 
  width = 34.059235, height = 60.754307
208
 
},
209
 
 
210
 
 
211
251
Transition:new{
212
252
  x = 1.841040, y = 348.698090,
213
253
  width = 21.171955, height = 89.290421,
216
256
targetY=453
217
257
},
218
258
 
 
259
 
 
260
Transition:new{
 
261
  x = 529.029240, y = 373.273160,
 
262
  width = 18.433075, height = 51.612610,
 
263
  target = 'castle'
 
264
},
 
265
 
 
266
 
 
267
GateTrigger:new{
 
268
  x = 338.751280, y = 372.631590,
 
269
  width = 34.059235, height = 60.754307,
 
270
},
 
271
 
219
272
},
220
273
sheep = {
221
274
 
287
340
targetY=388
288
341
},
289
342
 
 
343
 
 
344
Cat:new{
 
345
  x = 590.784970, y = 442.320830,
 
346
},
 
347
 
290
348
},
291
349
lake = {
292
350
 
383
441
 
384
442
 
385
443
Displacer:new{
386
 
  x = 528.618040, y = 253.272050,
387
 
  width = 96.629105, height = 45.472519
 
444
  x = 494.535890, y = 253.272050,
 
445
  width = 130.711270, height = 45.472519
388
446
},
389
447
 
390
448
 
391
449
Displacer:new{
392
 
  x = 459.461910, y = 228.641110,
393
 
  width = 34.104382, height = 62.524715
 
450
  x = 359.108890, y = 228.641110,
 
451
  width = 134.457460, height = 68.205078
394
452
},
395
453
 
396
454
 
439
497
targetY = 434
440
498
},
441
499
 
 
500
 
 
501
Fairy:new{
 
502
  x = 395.731810, y = 304.621250,
 
503
  width = 40.709251, height = 58.697060,
 
504
},
 
505
 
442
506
},
443
507
flag = {
444
508
},
445
 
}
 
509
cat48 = {
 
510
},
 
511
}
 
512
 
 
513
fairytarget = Sprite:new{
 
514
  x = 42.702625, y = 537.588500,
 
515
  width = 14.234208, height = 15.329147,
 
516
  visible = false
 
517
}
 
518
 
 
519
gateup = Fill:new{
 
520
  x = 517.393430, y = 236.349990,
 
521
  width = 33.179535, height = 191.703980,
 
522
  fill = {108,57,22,255},
 
523
  gateup = true
 
524
}
 
525
 
 
526
gatedown = Fill:new{
 
527
  x = 354.836700, y = 427.650760,
 
528
  width = 164.054370, height = 19.354729,
 
529
  fill = {108,57,22,255},
 
530
  visible = false
 
531
}
 
532