/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 16:51:36 UTC
  • Revision ID: josh@9ix.org-20130428165136-f3eg4lscd1mdb9wo
level tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
},
24
24
 
25
25
},
26
 
bridge = {
 
26
forest2 = {
27
27
},
28
28
flower = {
29
29
},
35
35
},
36
36
 
37
37
},
38
 
lakeroad = {
39
 
 
40
 
Displacer:new{
41
 
  x = 1.140190, y = 410.728450,
42
 
  width = 802.693730, height = 192.692110
43
 
},
44
 
 
45
 
 
46
 
Displacer:new{
47
 
  x = 401.346860, y = 189.531620,
48
 
  width = 400.206670, height = 94.635765
49
 
},
50
 
 
51
 
 
52
 
Displacer:new{
53
 
  x = 403.627230, y = 357.139530,
54
 
  width = 60.430069, height = 53.588928
55
 
},
56
 
 
57
 
 
58
 
Displacer:new{
59
 
  x = 401.346860, y = 279.606630,
60
 
  width = 23.943989, height = 79.813293
61
 
},
62
 
 
63
 
 
64
 
Transition:new{
65
 
  x = 782.170290, y = 276.186070,
66
 
  width = 20.523447, height = 140.243330,
67
 
  target = 'village'
68
 
},
69
 
 
70
 
},
71
38
forest1 = {
72
39
 
73
40
Displacer:new{
91
58
Transition:new{
92
59
  x = -1.000000, y = 129.000000,
93
60
  width = 28.000000, height = 454.000000,
94
 
  target = 'foresthut',
95
 
targetX = 745,
96
 
targetY = 430
 
61
  target = 'village'
97
62
},
98
63
 
99
64
 
144
109
},
145
110
 
146
111
},
147
 
foresthut = {
148
 
 
149
 
Displacer:new{
150
 
  x = 10.420785, y = 557.369510,
151
 
  width = 777.769530, height = 50.209240
152
 
},
153
 
 
154
 
 
155
 
Displacer:new{
156
 
  x = 624.299800, y = 248.535320,
157
 
  width = 165.785220, height = 16.104851
158
 
},
159
 
 
160
 
 
161
 
Displacer:new{
162
 
  x = 528.618040, y = 253.272050,
163
 
  width = 96.629105, height = 45.472519
164
 
},
165
 
 
166
 
 
167
 
Displacer:new{
168
 
  x = 459.461910, y = 228.641110,
169
 
  width = 34.104382, height = 62.524715
170
 
},
171
 
 
172
 
 
173
 
Displacer:new{
174
 
  x = 4.736721, y = 227.693760,
175
 
  width = 452.830510, height = 30.315012
176
 
},
177
 
 
178
 
 
179
 
Displacer:new{
180
 
  x = 291.781980, y = 327.164890,
181
 
  width = 67.261436, height = 29.367668
182
 
},
183
 
 
184
 
 
185
 
Displacer:new{
186
 
  x = 182.837420, y = 253.272050,
187
 
  width = 70.103462, height = 56.840649
188
 
},
189
 
 
190
 
 
191
 
Displacer:new{
192
 
  x = 35.051731, y = 493.897460,
193
 
  width = 105.155200, height = 38.841110
194
 
},
195
 
 
196
 
 
197
 
Displacer:new{
198
 
  x = 655.562130, y = 502.423550,
199
 
  width = 92.839722, height = 29.367668
200
 
},
201
 
 
202
 
 
203
 
Transition:new{
204
 
  x = 789.137630, y = 253.272050,
205
 
  width = 22.736259, height = 344.833250,
206
 
  target = 'forest1'
207
 
},
208
 
 
209
 
 
210
 
Transition:new{
211
 
  x = -16.104849, y = 254.219410,
212
 
  width = 22.736259, height = 344.833250,
213
 
  target = 'bridge'
214
 
},
215
 
 
216
 
},
217
112
}