/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-27 17:06:27 UTC
  • Revision ID: josh@9ix.org-20130427170627-tz6h157jbi708yke
art

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
svg_objects = {
3
 
village = {
4
 
 
5
 
Displacer:new{
6
 
  x = 11.560431, y = 275.256960,
7
 
  width = 773.497990, height = 31.528450
8
 
},
9
 
 
10
 
 
11
 
Transition:new{
12
 
  x = 780.854610, y = 202.741530,
13
 
  width = 18.917070, height = 398.309420,
14
 
  target = 'forest1'
15
 
},
16
 
 
17
 
 
18
 
Transition:new{
19
 
  x = -6.305690, y = 198.537730,
20
 
  width = 17.866121, height = 402.513210,
21
 
  target = 'lake'
22
 
},
23
 
 
24
 
},
25
 
bridge = {
26
 
 
27
 
Displacer:new{
28
 
  x = 351.853060, y = 284.050320,
29
 
  width = 72.704330, height = 100.529450
30
 
},
31
 
 
32
 
 
33
 
Displacer:new{
34
 
  x = 410.196040, y = 273.279300,
35
 
  width = 387.756440, height = 71.806747
36
 
},
37
 
 
38
 
 
39
 
Displacer:new{
40
 
  x = 395.834690, y = 464.464750,
41
 
  width = 46.674385, height = 132.842480
42
 
},
43
 
 
44
 
 
45
 
Displacer:new{
46
 
  x = 443.406650, y = 372.013580,
47
 
  width = 87.065681, height = 92.451187
48
 
},
49
 
 
50
 
 
51
 
Transition:new{
52
 
  x = 791.669370, y = 347.778810,
53
 
  width = 12.566180, height = 245.040530,
54
 
  target='foresthut',
55
 
targetX = 47,
56
 
targetY = 402
57
 
},
58
 
 
59
 
 
60
 
Transition:new{
61
 
  x = 445.201810, y = 547.940120,
62
 
  width = 344.672330, height = 62.830990,
63
 
  target='lake',
64
 
targetX = 620,
65
 
targetY = 336
66
 
},
67
 
 
68
 
},
69
 
bridgeold = {
70
 
 
71
 
Displacer:new{
72
 
  x = 351.853060, y = 284.050320,
73
 
  width = 72.704330, height = 100.529450
74
 
},
75
 
 
76
 
 
77
 
Displacer:new{
78
 
  x = 410.196040, y = 273.279300,
79
 
  width = 387.756440, height = 71.806747
80
 
},
81
 
 
82
 
 
83
 
Displacer:new{
84
 
  x = 395.834690, y = 464.464750,
85
 
  width = 46.674385, height = 132.842480
86
 
},
87
 
 
88
 
 
89
 
Displacer:new{
90
 
  x = 443.406650, y = 372.013580,
91
 
  width = 87.065681, height = 92.451187
92
 
},
93
 
 
94
 
 
95
 
Transition:new{
96
 
  x = 791.669370, y = 347.778810,
97
 
  width = 12.566180, height = 245.040530,
98
 
  target='foresthut',
99
 
targetX = 47,
100
 
targetY = 402
101
 
},
102
 
 
103
 
 
104
 
Transition:new{
105
 
  x = 445.201810, y = 547.940120,
106
 
  width = 344.672330, height = 62.830990,
107
 
  target='lake',
108
 
targetX = 743,
109
 
targetY = 328
110
 
},
111
 
 
112
 
},
113
 
flower = {
114
 
},
115
 
shore = {
116
 
 
117
 
Displacer:new{
118
 
  x = 171.725940, y = 132.299380,
119
 
  width = 19.192898, height = 16.162441
120
 
},
121
 
 
122
 
},
123
 
lakeroad = {
124
 
 
125
 
Displacer:new{
126
 
  x = 1.140190, y = 410.728450,
127
 
  width = 802.693730, height = 192.692110
128
 
},
129
 
 
130
 
 
131
 
Displacer:new{
132
 
  x = 401.346860, y = 189.531620,
133
 
  width = 400.206670, height = 94.635765
134
 
},
135
 
 
136
 
 
137
 
Displacer:new{
138
 
  x = 403.627230, y = 357.139530,
139
 
  width = 60.430069, height = 53.588928
140
 
},
141
 
 
142
 
 
143
 
Displacer:new{
144
 
  x = 401.346860, y = 279.606630,
145
 
  width = 23.943989, height = 79.813293
146
 
},
147
 
 
148
 
 
149
 
Transition:new{
150
 
  x = 782.170290, y = 276.186070,
151
 
  width = 20.523447, height = 140.243330,
152
 
  target = 'village'
153
 
},
154
 
 
155
 
},
156
 
forest1 = {
157
 
 
158
 
Displacer:new{
159
 
  x = 272.000000, y = 296.000000,
160
 
  width = 67.000000, height = 70.000000
161
 
},
162
 
 
163
 
 
164
 
Displacer:new{
165
 
  x = 621.000000, y = 492.000000,
166
 
  width = 96.000000, height = 29.000000
167
 
},
168
 
 
169
 
 
170
 
Displacer:new{
171
 
  x = 75.025925, y = 533.677860,
172
 
  width = 132.000000, height = 23.000000
173
 
},
174
 
 
175
 
 
176
 
Transition:new{
177
 
  x = -1.000000, y = 129.000000,
178
 
  width = 28.000000, height = 454.000000,
179
 
  target = 'foresthut',
180
 
targetX = 745,
181
 
targetY = 430
182
 
},
183
 
 
184
 
 
185
 
Transition:new{
186
 
  x = 773.000000, y = 134.000000,
187
 
  width = 28.000000, height = 454.000000,
188
 
  target = 'shore',
189
 
targetY = 133,
190
 
targetX = 30
191
 
},
192
 
 
193
 
 
194
 
Flower:new{
195
 
  x = 355.051060, y = 333.101410,
196
 
},
197
 
 
198
 
},
199
 
gate = {
200
 
 
201
 
Displacer:new{
202
 
  x = 338.751280, y = 372.631590,
203
 
  width = 34.059235, height = 60.754307
204
 
},
205
 
 
206
 
 
207
 
Transition:new{
208
 
  x = 1.841040, y = 348.698090,
209
 
  width = 21.171955, height = 89.290421,
210
 
  target='lake',
211
 
targetX=758,
212
 
targetY=453
213
 
},
214
 
 
215
 
},
216
 
lake = {
217
 
 
218
 
Displacer:new{
219
 
  x = 1.140190, y = 532.673520,
220
 
  width = 802.693730, height = 70.747047
221
 
},
222
 
 
223
 
 
224
 
Displacer:new{
225
 
  x = 199.036710, y = 475.319240,
226
 
  width = 88.884743, height = 62.226845
227
 
},
228
 
 
229
 
 
230
 
Displacer:new{
231
 
  x = 254.349850, y = 415.082730,
232
 
  width = 161.585140, height = 76.176979
233
 
},
234
 
 
235
 
 
236
 
Displacer:new{
237
 
  x = 327.690250, y = 337.549840,
238
 
  width = 23.943989, height = 79.813293
239
 
},
240
 
 
241
 
 
242
 
Displacer:new{
243
 
  x = 441.939640, y = 545.003050,
244
 
  width = 77.584961, height = 16.695486
245
 
},
246
 
 
247
 
 
248
 
Displacer:new{
249
 
  x = 293.644320, y = 354.478000,
250
 
  width = 126.689360, height = 22.588020
251
 
},
252
 
 
253
 
 
254
 
Displacer:new{
255
 
  x = 321.142820, y = 298.498960,
256
 
  width = 66.781998, height = 55.979023
257
 
},
258
 
 
259
 
 
260
 
Displacer:new{
261
 
  x = 314.268190, y = 206.182680,
262
 
  width = 193.471360, height = 54.996933
263
 
},
264
 
 
265
 
 
266
 
Displacer:new{
267
 
  x = 318.112060, y = 260.220860,
268
 
  width = 34.470348, height = 39.394684
269
 
},
270
 
 
271
 
 
272
 
Transition:new{
273
 
  x = 782.170290, y = 295.827820,
274
 
  width = 20.523447, height = 239.434230,
275
 
  target = 'gate'
276
 
},
277
 
 
278
 
 
279
 
Transition:new{
280
 
  x = 508.191440, y = 257.266270,
281
 
  width = 275.762790, height = 30.530880,
282
 
  target='bridge',
283
 
targetX=555,
284
 
targetY=487
285
 
},
286
 
 
287
 
},
288
 
foresthut = {
289
 
 
290
 
Displacer:new{
291
 
  x = 10.420785, y = 557.369510,
292
 
  width = 777.769530, height = 50.209240
293
 
},
294
 
 
295
 
 
296
 
Displacer:new{
297
 
  x = 624.299800, y = 248.535320,
298
 
  width = 165.785220, height = 16.104851
299
 
},
300
 
 
301
 
 
302
 
Displacer:new{
303
 
  x = 528.618040, y = 253.272050,
304
 
  width = 96.629105, height = 45.472519
305
 
},
306
 
 
307
 
 
308
 
Displacer:new{
309
 
  x = 459.461910, y = 228.641110,
310
 
  width = 34.104382, height = 62.524715
311
 
},
312
 
 
313
 
 
314
 
Displacer:new{
315
 
  x = 4.736721, y = 227.693760,
316
 
  width = 452.830510, height = 30.315012
317
 
},
318
 
 
319
 
 
320
 
Displacer:new{
321
 
  x = 290.823460, y = 260.068940,
322
 
  width = 67.261436, height = 88.795479
323
 
},
324
 
 
325
 
 
326
 
Displacer:new{
327
 
  x = 182.837420, y = 253.272050,
328
 
  width = 70.103462, height = 56.840649
329
 
},
330
 
 
331
 
 
332
 
Displacer:new{
333
 
  x = 35.051731, y = 493.897460,
334
 
  width = 105.155200, height = 38.841110
335
 
},
336
 
 
337
 
 
338
 
Displacer:new{
339
 
  x = 655.562130, y = 502.423550,
340
 
  width = 92.839722, height = 29.367668
341
 
},
342
 
 
343
 
 
344
 
Transition:new{
345
 
  x = 789.137630, y = 253.272050,
346
 
  width = 22.736259, height = 344.833250,
347
 
  target = 'forest1'
348
 
},
349
 
 
350
 
 
351
 
Transition:new{
352
 
  x = -16.104849, y = 254.219410,
353
 
  width = 22.736259, height = 344.833250,
354
 
  target = 'bridge',
355
 
targetX = 735,
356
 
targetY = 434
357
 
},
358
 
 
359
 
},
360
 
}