/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 05:19:04 UTC
  • Revision ID: josh@9ix.org-20130428051904-7j0sucv9tm8rqdkf
inventory (and a flower)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
},
26
26
forest2 = {
27
27
},
28
 
flower = {
29
 
},
30
 
shore = {
31
 
 
32
 
Displacer:new{
33
 
  x = 171.725940, y = 132.299380,
34
 
  width = 19.192898, height = 16.162441
 
28
lake = {
 
29
 
 
30
Displacer:new{
 
31
  x = 1.140190, y = 410.728450,
 
32
  width = 802.693730, height = 192.692110
 
33
},
 
34
 
 
35
 
 
36
Displacer:new{
 
37
  x = 401.346860, y = 189.531620,
 
38
  width = 400.206670, height = 94.635765
 
39
},
 
40
 
 
41
 
 
42
Displacer:new{
 
43
  x = 403.627230, y = 357.139530,
 
44
  width = 60.430069, height = 53.588928
 
45
},
 
46
 
 
47
 
 
48
Displacer:new{
 
49
  x = 401.346860, y = 279.606630,
 
50
  width = 23.943989, height = 79.813293
 
51
},
 
52
 
 
53
 
 
54
Transition:new{
 
55
  x = 782.170290, y = 276.186070,
 
56
  width = 20.523447, height = 140.243330,
 
57
  target = 'village'
35
58
},
36
59
 
37
60
},
72
95
 
73
96
 
74
97
Flower:new{
75
 
  x = 355.051060, y = 333.101410,
76
 
},
77
 
 
78
 
},
79
 
lake = {
80
 
 
81
 
Displacer:new{
82
 
  x = 1.140190, y = 410.728450,
83
 
  width = 802.693730, height = 192.692110
84
 
},
85
 
 
86
 
 
87
 
Displacer:new{
88
 
  x = 401.346860, y = 189.531620,
89
 
  width = 400.206670, height = 94.635765
90
 
},
91
 
 
92
 
 
93
 
Displacer:new{
94
 
  x = 403.627230, y = 357.139530,
95
 
  width = 60.430069, height = 53.588928
96
 
},
97
 
 
98
 
 
99
 
Displacer:new{
100
 
  x = 401.346860, y = 279.606630,
101
 
  width = 23.943989, height = 79.813293
102
 
},
103
 
 
104
 
 
105
 
Transition:new{
106
 
  x = 782.170290, y = 276.186070,
107
 
  width = 20.523447, height = 140.243330,
108
 
  target = 'village'
109
 
},
110
 
 
 
98
  x = 535.985600, y = 481.160920,
 
99
},
 
100
 
 
101
},
 
102
shore = {
 
103
 
 
104
Displacer:new{
 
105
  x = 171.725940, y = 132.299380,
 
106
  width = 19.192898, height = 16.162441
 
107
},
 
108
 
 
109
},
 
110
flower = {
111
111
},
112
112
}