/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
200
lake = {
218
201
 
219
202
Displacer:new{
273
256
Transition:new{
274
257
  x = 782.170290, y = 295.827820,
275
258
  width = 20.523447, height = 239.434230,
276
 
  target = 'gate'
 
259
  target = 'moat'
277
260
},
278
261
 
279
262