/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 16:36:06 UTC
  • Revision ID: josh@9ix.org-20130427163606-0eef0f5v9wbzoi0j
zoetrope 1.4

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 = 280.943910, y = 284.050320,
29
 
  width = 143.613510, height = 90.656021
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 = 443.406650, y = 372.013580,
41
 
  width = 87.065681, height = 92.451187
42
 
},
43
 
 
44
 
 
45
 
Displacer:new{
46
 
  x = 55.650227, y = 481.518860,
47
 
  width = 55.650227, height = 22.439608
48
 
},
49
 
 
50
 
 
51
 
Displacer:new{
52
 
  x = 283.636660, y = 450.103420,
53
 
  width = 111.300450, height = 145.408650
54
 
},
55
 
 
56
 
 
57
 
Displacer:new{
58
 
  x = 22.439608, y = 309.182680,
59
 
  width = 274.660800, height = 26.029943
60
 
},
61
 
 
62
 
 
63
 
Displacer:new{
64
 
  x = 57.445393, y = 592.819340,
65
 
  width = 195.673370, height = 15.258933
66
 
},
67
 
 
68
 
 
69
 
Displacer:new{
70
 
  x = 393.141940, y = 468.952730,
71
 
  width = 53.855045, height = 130.149750
72
 
},
73
 
 
74
 
 
75
 
Transition:new{
76
 
  x = 791.669370, y = 347.778810,
77
 
  width = 12.566180, height = 245.040530,
78
 
  target='foresthut',
79
 
targetX = 138,
80
 
targetY = 402
81
 
},
82
 
 
83
 
 
84
 
Transition:new{
85
 
  x = 445.201810, y = 547.940120,
86
 
  width = 344.672330, height = 62.830990,
87
 
  target='lake',
88
 
targetX = 620,
89
 
targetY = 336
90
 
},
91
 
 
92
 
 
93
 
Transition:new{
94
 
  x = 7.180675, y = 347.778810,
95
 
  width = 47.571968, height = 247.733250,
96
 
  target = 'sheep'
97
 
},
98
 
 
99
 
},
100
 
flower = {
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
 
lakeroad = {
111
 
 
112
 
Displacer:new{
113
 
  x = 1.140190, y = 410.728450,
114
 
  width = 802.693730, height = 192.692110
115
 
},
116
 
 
117
 
 
118
 
Displacer:new{
119
 
  x = 401.346860, y = 189.531620,
120
 
  width = 400.206670, height = 94.635765
121
 
},
122
 
 
123
 
 
124
 
Displacer:new{
125
 
  x = 403.627230, y = 357.139530,
126
 
  width = 60.430069, height = 53.588928
127
 
},
128
 
 
129
 
 
130
 
Displacer:new{
131
 
  x = 401.346860, y = 279.606630,
132
 
  width = 23.943989, height = 79.813293
133
 
},
134
 
 
135
 
 
136
 
Transition:new{
137
 
  x = 782.170290, y = 276.186070,
138
 
  width = 20.523447, height = 140.243330,
139
 
  target = 'village'
140
 
},
141
 
 
142
 
},
143
 
forest1 = {
144
 
 
145
 
Displacer:new{
146
 
  x = 272.000000, y = 296.000000,
147
 
  width = 67.000000, height = 70.000000
148
 
},
149
 
 
150
 
 
151
 
Displacer:new{
152
 
  x = 621.000000, y = 492.000000,
153
 
  width = 96.000000, height = 29.000000
154
 
},
155
 
 
156
 
 
157
 
Displacer:new{
158
 
  x = 75.025925, y = 533.677860,
159
 
  width = 132.000000, height = 23.000000
160
 
},
161
 
 
162
 
 
163
 
Transition:new{
164
 
  x = -1.000000, y = 129.000000,
165
 
  width = 28.000000, height = 454.000000,
166
 
  target = 'foresthut',
167
 
targetX = 745,
168
 
targetY = 430
169
 
},
170
 
 
171
 
 
172
 
Transition:new{
173
 
  x = 773.000000, y = 134.000000,
174
 
  width = 28.000000, height = 454.000000,
175
 
  target = 'shore',
176
 
targetY = 133,
177
 
targetX = 30
178
 
},
179
 
 
180
 
 
181
 
Flower:new{
182
 
  x = 355.051060, y = 333.101410,
183
 
},
184
 
 
185
 
},
186
 
gate = {
187
 
 
188
 
Displacer:new{
189
 
  x = 338.751280, y = 372.631590,
190
 
  width = 34.059235, height = 60.754307
191
 
},
192
 
 
193
 
 
194
 
Transition:new{
195
 
  x = 1.841040, y = 348.698090,
196
 
  width = 21.171955, height = 89.290421,
197
 
  target='lake',
198
 
targetX=758,
199
 
targetY=453
200
 
},
201
 
 
202
 
},
203
 
sheep = {
204
 
 
205
 
Displacer:new{
206
 
  x = -0.903934, y = 205.884830,
207
 
  width = 293.778470, height = 44.292755
208
 
},
209
 
 
210
 
 
211
 
Displacer:new{
212
 
  x = 349.822420, y = 204.076970,
213
 
  width = 322.704410, height = 47.004555
214
 
},
215
 
 
216
 
 
217
 
Displacer:new{
218
 
  x = 649.024540, y = 251.985460,
219
 
  width = 38.869144, height = 93.105171
220
 
},
221
 
 
222
 
 
223
 
Displacer:new{
224
 
  x = 788.230350, y = 410.173890,
225
 
  width = 18.078678, height = 192.537920
226
 
},
227
 
 
228
 
 
229
 
Displacer:new{
230
 
  x = -7.231471, y = 586.440980,
231
 
  width = 802.693300, height = 19.886545
232
 
},
233
 
 
234
 
 
235
 
Displacer:new{
236
 
  x = -7.231471, y = 249.273650,
237
 
  width = 12.655074, height = 338.975190
238
 
},
239
 
 
240
 
 
241
 
Transition:new{
242
 
  x = 703.260560, y = 347.802460,
243
 
  width = 100.336660, height = 51.524231,
244
 
  target = 'bridge',
245
 
targetX = 107,
246
 
targetY = 400
247
 
},
248
 
 
249
 
 
250
 
Transition:new{
251
 
  x = 300.106050, y = 219.443850,
252
 
  width = 42.484894, height = 24.406214,
253
 
  target='cave'
254
 
},
255
 
 
256
 
},
257
 
castle = {
258
 
 
259
 
Displacer:new{
260
 
  x = 673.720150, y = 410.580200,
261
 
  width = 47.098976, height = 63.481228
262
 
},
263
 
 
264
 
 
265
 
Transition:new{
266
 
  x = 73.720139, y = 401.365170,
267
 
  width = 17.406143, height = 72.696243,
268
 
  target='gate',
269
 
targetX=239,
270
 
targetY=388
271
 
},
272
 
 
273
 
},
274
 
lake = {
275
 
 
276
 
Displacer:new{
277
 
  x = 1.140190, y = 532.673520,
278
 
  width = 802.693730, height = 70.747047
279
 
},
280
 
 
281
 
 
282
 
Displacer:new{
283
 
  x = 199.036710, y = 475.319240,
284
 
  width = 88.884743, height = 62.226845
285
 
},
286
 
 
287
 
 
288
 
Displacer:new{
289
 
  x = 254.349850, y = 415.082730,
290
 
  width = 161.585140, height = 76.176979
291
 
},
292
 
 
293
 
 
294
 
Displacer:new{
295
 
  x = 327.690250, y = 337.549840,
296
 
  width = 23.943989, height = 79.813293
297
 
},
298
 
 
299
 
 
300
 
Displacer:new{
301
 
  x = 441.939640, y = 545.003050,
302
 
  width = 77.584961, height = 16.695486
303
 
},
304
 
 
305
 
 
306
 
Displacer:new{
307
 
  x = 293.644320, y = 354.478000,
308
 
  width = 126.689360, height = 22.588020
309
 
},
310
 
 
311
 
 
312
 
Displacer:new{
313
 
  x = 321.142820, y = 298.498960,
314
 
  width = 66.781998, height = 55.979023
315
 
},
316
 
 
317
 
 
318
 
Displacer:new{
319
 
  x = 314.268190, y = 206.182680,
320
 
  width = 193.471360, height = 54.996933
321
 
},
322
 
 
323
 
 
324
 
Displacer:new{
325
 
  x = 318.112060, y = 260.220860,
326
 
  width = 34.470348, height = 39.394684
327
 
},
328
 
 
329
 
 
330
 
Transition:new{
331
 
  x = 782.170290, y = 295.827820,
332
 
  width = 20.523447, height = 239.434230,
333
 
  target = 'gate'
334
 
},
335
 
 
336
 
 
337
 
Transition:new{
338
 
  x = 508.191440, y = 257.266270,
339
 
  width = 275.762790, height = 30.530880,
340
 
  target='bridge',
341
 
targetX=555,
342
 
targetY=487
343
 
},
344
 
 
345
 
},
346
 
foresthut = {
347
 
 
348
 
Displacer:new{
349
 
  x = 10.420785, y = 557.369510,
350
 
  width = 777.769530, height = 50.209240
351
 
},
352
 
 
353
 
 
354
 
Displacer:new{
355
 
  x = 624.299800, y = 248.535320,
356
 
  width = 165.785220, height = 16.104851
357
 
},
358
 
 
359
 
 
360
 
Displacer:new{
361
 
  x = 528.618040, y = 253.272050,
362
 
  width = 96.629105, height = 45.472519
363
 
},
364
 
 
365
 
 
366
 
Displacer:new{
367
 
  x = 459.461910, y = 228.641110,
368
 
  width = 34.104382, height = 62.524715
369
 
},
370
 
 
371
 
 
372
 
Displacer:new{
373
 
  x = 4.736721, y = 227.693760,
374
 
  width = 452.830510, height = 30.315012
375
 
},
376
 
 
377
 
 
378
 
Displacer:new{
379
 
  x = 290.823460, y = 260.068940,
380
 
  width = 67.261436, height = 88.795479
381
 
},
382
 
 
383
 
 
384
 
Displacer:new{
385
 
  x = 182.837420, y = 253.272050,
386
 
  width = 70.103462, height = 56.840649
387
 
},
388
 
 
389
 
 
390
 
Displacer:new{
391
 
  x = 35.051731, y = 493.897460,
392
 
  width = 105.155200, height = 38.841110
393
 
},
394
 
 
395
 
 
396
 
Displacer:new{
397
 
  x = 655.562130, y = 502.423550,
398
 
  width = 92.839722, height = 29.367668
399
 
},
400
 
 
401
 
 
402
 
Transition:new{
403
 
  x = 789.137630, y = 253.272050,
404
 
  width = 22.736259, height = 344.833250,
405
 
  target = 'forest1'
406
 
},
407
 
 
408
 
 
409
 
Transition:new{
410
 
  x = -16.104849, y = 254.219410,
411
 
  width = 22.736259, height = 344.833250,
412
 
  target = 'bridge',
413
 
targetX = 735,
414
 
targetY = 434
415
 
},
416
 
 
417
 
},
418
 
}