/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 22:00:27 UTC
  • Revision ID: josh@9ix.org-20130428220027-uneuwd3am4wl6klk
GET FISH

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
},
24
24
 
25
25
},
 
26
cave = {
 
27
 
 
28
Displacer:new{
 
29
  x = 272.011660, y = 446.064150,
 
30
  width = 18.367348, height = 29.737610
 
31
},
 
32
 
 
33
 
 
34
Transition:new{
 
35
  x = 74.344025, y = 435.568510,
 
36
  width = 9.620992, height = 43.731777,
 
37
  target='sheep',
 
38
targetX=253,
 
39
targetY=325
 
40
},
 
41
 
 
42
},
26
43
bridge = {
27
44
 
28
45
Displacer:new{
343
360
targetY=487
344
361
},
345
362
 
 
363
 
 
364
Fish:new{
 
365
  x = 348.519870, y = 380.005310,
 
366
  width = 11.818405, height = 32.500614,
 
367
},
 
368
 
 
369
},
 
370
fish = {
346
371
},
347
372
foresthut = {
348
373