/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 18:52:04 UTC
  • Revision ID: josh@9ix.org-20130428185204-auxrflmqghvti2zm
put levels in their own file

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  x = 445.201810, y = 547.940120,
63
63
  width = 344.672330, height = 62.830990,
64
64
  target='lake',
65
 
targetX = 620,
66
 
targetY = 336
 
65
targetX = 743,
 
66
targetY = 328
67
67
},
68
68
 
69
69
},
197
197
},
198
198
 
199
199
},
200
 
gate = {
201
 
 
202
 
Displacer:new{
203
 
  x = 338.751280, y = 372.631590,
204
 
  width = 34.059235, height = 60.754307
205
 
},
206
 
 
207
 
 
208
 
Transition:new{
209
 
  x = 1.841040, y = 348.698090,
210
 
  width = 21.171955, height = 89.290421,
211
 
  target='lake',
212
 
targetX=758,
213
 
targetY=453
214
 
},
215
 
 
216
 
},
217
 
castle = {
218
 
 
219
 
Displacer:new{
220
 
  x = 673.720150, y = 410.580200,
221
 
  width = 47.098976, height = 63.481228
222
 
},
223
 
 
224
 
 
225
 
Transition:new{
226
 
  x = 73.720139, y = 401.365170,
227
 
  width = 17.406143, height = 72.696243,
228
 
  target='gate',
229
 
targetX=239,
230
 
targetY=388
231
 
},
232
 
 
233
 
},
234
200
lake = {
235
201
 
236
202
Displacer:new{
237
 
  x = 1.140190, y = 532.673520,
238
 
  width = 802.693730, height = 70.747047
239
 
},
240
 
 
241
 
 
242
 
Displacer:new{
243
 
  x = 199.036710, y = 475.319240,
244
 
  width = 88.884743, height = 62.226845
245
 
},
246
 
 
247
 
 
248
 
Displacer:new{
249
 
  x = 254.349850, y = 415.082730,
250
 
  width = 161.585140, height = 76.176979
251
 
},
252
 
 
253
 
 
254
 
Displacer:new{
255
 
  x = 327.690250, y = 337.549840,
 
203
  x = 1.140190, y = 410.728450,
 
204
  width = 802.693730, height = 192.692110
 
205
},
 
206
 
 
207
 
 
208
Displacer:new{
 
209
  x = 401.346860, y = 189.531620,
 
210
  width = 400.206670, height = 94.635765
 
211
},
 
212
 
 
213
 
 
214
Displacer:new{
 
215
  x = 403.627230, y = 335.533600,
 
216
  width = 81.053925, height = 76.176979
 
217
},
 
218
 
 
219
 
 
220
Displacer:new{
 
221
  x = 401.346860, y = 279.606630,
256
222
  width = 23.943989, height = 79.813293
257
223
},
258
224
 
259
225
 
260
226
Displacer:new{
261
 
  x = 441.939640, y = 545.003050,
 
227
  x = 424.262050, y = 283.767640,
262
228
  width = 77.584961, height = 16.695486
263
229
},
264
230
 
265
231
 
266
 
Displacer:new{
267
 
  x = 293.644320, y = 354.478000,
268
 
  width = 126.689360, height = 22.588020
269
 
},
270
 
 
271
 
 
272
 
Displacer:new{
273
 
  x = 321.142820, y = 298.498960,
274
 
  width = 66.781998, height = 55.979023
275
 
},
276
 
 
277
 
 
278
 
Displacer:new{
279
 
  x = 314.268190, y = 206.182680,
280
 
  width = 193.471360, height = 54.996933
281
 
},
282
 
 
283
 
 
284
 
Displacer:new{
285
 
  x = 318.112060, y = 260.220860,
286
 
  width = 34.470348, height = 39.394684
287
 
},
288
 
 
289
 
 
290
 
Transition:new{
291
 
  x = 782.170290, y = 295.827820,
292
 
  width = 20.523447, height = 239.434230,
293
 
  target = 'gate'
294
 
},
295
 
 
296
 
 
297
 
Transition:new{
298
 
  x = 508.191440, y = 257.266270,
299
 
  width = 275.762790, height = 30.530880,
300
 
  target='bridge',
301
 
targetX=555,
302
 
targetY=487
 
232
Transition:new{
 
233
  x = 782.170290, y = 276.186070,
 
234
  width = 20.523447, height = 140.243330,
 
235
  target = 'village'
303
236
},
304
237
 
305
238
},
375
308
},
376
309
 
377
310
},
378
 
cat = {
379
 
},
380
311
}