/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 19:15:52 UTC
  • Revision ID: josh@9ix.org-20130428191552-gvu1th7tg4n1by8i
new lake

Show diffs side-by-side

added added

removed removed

Lines of Context:
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{
290
256
Transition:new{
291
257
  x = 782.170290, y = 295.827820,
292
258
  width = 20.523447, height = 239.434230,
293
 
  target = 'gate'
 
259
  target = 'moat'
294
260
},
295
261
 
296
262
 
375
341
},
376
342
 
377
343
},
378
 
cat = {
379
 
},
380
344
}