/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 01:54:19 UTC
  • Revision ID: josh@9ix.org-20130429015419-8ts0gwspqonsxkjb
Tags: compo
nameĀ theĀ game

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
125
Displacer:new{
 
126
  x = -7.616363, y = 511.048430,
 
127
  width = 15.329147, height = 79.930550
 
128
},
 
129
 
 
130
 
 
131
MaybeDisplacer:new{
 
132
  x = -15.876616, y = 148.302190,
 
133
  width = 206.396010, height = 16.697821
 
134
},
 
135
 
 
136
 
 
137
MaybeDisplacer:new{
 
138
  x = -14.781677, y = 122.050610,
 
139
  width = 205.575000, height = 10.949390
 
140
},
 
141
 
 
142
 
 
143
MaybeDisplacer:new{
 
144
  x = -21.898781, y = 493.936460,
 
145
  width = 329.576660, height = 15.329147
 
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{
106
168
  x = 171.725940, y = 132.299380,
107
 
  width = 19.192898, height = 16.162441
 
169
  width = 19.192898, height = 16.162441,
 
170
},
 
171
 
 
172
 
 
173
Boat:new{
 
174
  x = 231.032140, y = 523.354250,
108
175
},
109
176
 
110
177
},
186
253
},
187
254
gate = {
188
255
 
189
 
Displacer:new{
190
 
  x = 338.751280, y = 372.631590,
191
 
  width = 34.059235, height = 60.754307
192
 
},
193
 
 
194
 
 
195
256
Transition:new{
196
257
  x = 1.841040, y = 348.698090,
197
258
  width = 21.171955, height = 89.290421,
200
261
targetY=453
201
262
},
202
263
 
 
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
 
203
277
},
204
278
sheep = {
205
279
 
222
296
 
223
297
 
224
298
Displacer:new{
225
 
  x = 788.230350, y = 410.173890,
226
 
  width = 18.078678, height = 192.537920
 
299
  x = 788.230350, y = 487.008270,
 
300
  width = 18.078678, height = 115.703530
227
301
},
228
302
 
229
303
 
254
328
  target='cave'
255
329
},
256
330
 
 
331
 
 
332
Transition:new{
 
333
  x = 796.365720, y = 404.750270,
 
334
  width = 9.039339, height = 75.930443,
 
335
  target = 'bridge',
 
336
targetX = 107,
 
337
targetY = 400
 
338
},
 
339
 
257
340
},
258
341
castle = {
259
342
 
271
354
targetY=388
272
355
},
273
356
 
 
357
 
 
358
Cat:new{
 
359
  x = 590.784970, y = 442.320830,
 
360
},
 
361
 
274
362
},
275
363
lake = {
276
364
 
343
431
targetY=487
344
432
},
345
433
 
 
434
 
 
435
Fish:new{
 
436
  x = 348.519870, y = 380.005310,
 
437
  width = 11.818405, height = 32.500614,
 
438
},
 
439
 
 
440
},
 
441
fish = {
346
442
},
347
443
foresthut = {
348
444
 
359
455
 
360
456
 
361
457
Displacer:new{
362
 
  x = 528.618040, y = 253.272050,
363
 
  width = 96.629105, height = 45.472519
 
458
  x = 494.535890, y = 253.272050,
 
459
  width = 130.711270, height = 45.472519
364
460
},
365
461
 
366
462
 
367
463
Displacer:new{
368
 
  x = 459.461910, y = 228.641110,
369
 
  width = 34.104382, height = 62.524715
 
464
  x = 359.108890, y = 228.641110,
 
465
  width = 134.457460, height = 68.205078
370
466
},
371
467
 
372
468
 
415
511
targetY = 434
416
512
},
417
513
 
418
 
},
419
 
}
 
514
 
 
515
Fairy:new{
 
516
  x = 395.731810, y = 304.621250,
 
517
  width = 40.709251, height = 58.697060,
 
518
},
 
519
 
 
520
},
 
521
flag = {
 
522
},
 
523
cat48 = {
 
524
},
 
525
}
 
526
 
 
527
fairytarget = Sprite:new{
 
528
  x = 42.702625, y = 537.588500,
 
529
  width = 14.234208, height = 15.329147,
 
530
  visible = false
 
531
}
 
532
 
 
533
gateup = Fill:new{
 
534
  x = 517.393430, y = 236.349990,
 
535
  width = 33.179535, height = 191.703980,
 
536
  fill = {108,57,22,255},
 
537
  gateup = true
 
538
}
 
539
 
 
540
gatedown = Fill:new{
 
541
  x = 354.836700, y = 427.650760,
 
542
  width = 164.054370, height = 19.354729,
 
543
  fill = {108,57,22,255},
 
544
  visible = false
 
545
}
 
546