/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 20:26:21 UTC
  • Revision ID: josh@9ix.org-20130428202621-ey328vc42y1hkcv9
castle interior

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