/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
 
lake = {
200
 
 
201
 
Displacer:new{
202
 
  x = 1.140190, y = 532.673520,
203
 
  width = 802.693730, height = 70.747047
204
 
},
205
 
 
206
 
 
207
 
Displacer:new{
208
 
  x = 199.036710, y = 475.319240,
209
 
  width = 88.884743, height = 62.226845
210
 
},
211
 
 
212
 
 
213
 
Displacer:new{
214
 
  x = 254.349850, y = 415.082730,
215
 
  width = 161.585140, height = 76.176979
216
 
},
217
 
 
218
 
 
219
 
Displacer:new{
220
 
  x = 327.690250, y = 337.549840,
221
 
  width = 23.943989, height = 79.813293
222
 
},
223
 
 
224
 
 
225
 
Displacer:new{
226
 
  x = 441.939640, y = 545.003050,
227
 
  width = 77.584961, height = 16.695486
228
 
},
229
 
 
230
 
 
231
 
Displacer:new{
232
 
  x = 293.644320, y = 354.478000,
233
 
  width = 126.689360, height = 22.588020
234
 
},
235
 
 
236
 
 
237
 
Displacer:new{
238
 
  x = 321.142820, y = 298.498960,
239
 
  width = 66.781998, height = 55.979023
240
 
},
241
 
 
242
 
 
243
 
Displacer:new{
244
 
  x = 314.268190, y = 206.182680,
245
 
  width = 193.471360, height = 54.996933
246
 
},
247
 
 
248
 
 
249
 
Displacer:new{
250
 
  x = 318.112060, y = 260.220860,
251
 
  width = 34.470348, height = 39.394684
252
 
},
253
 
 
254
 
 
255
 
Transition:new{
256
 
  x = 782.170290, y = 295.827820,
257
 
  width = 20.523447, height = 239.434230,
258
 
  target = 'moat'
259
 
},
260
 
 
261
 
 
262
 
Transition:new{
263
 
  x = 508.191440, y = 257.266270,
264
 
  width = 275.762790, height = 30.530880,
265
 
  target='bridge',
266
 
targetX=555,
267
 
targetY=487
268
 
},
269
 
 
270
 
},
271
 
foresthut = {
272
 
 
273
 
Displacer:new{
274
 
  x = 10.420785, y = 557.369510,
275
 
  width = 777.769530, height = 50.209240
276
 
},
277
 
 
278
 
 
279
 
Displacer:new{
280
 
  x = 624.299800, y = 248.535320,
281
 
  width = 165.785220, height = 16.104851
282
 
},
283
 
 
284
 
 
285
 
Displacer:new{
286
 
  x = 528.618040, y = 253.272050,
287
 
  width = 96.629105, height = 45.472519
288
 
},
289
 
 
290
 
 
291
 
Displacer:new{
292
 
  x = 459.461910, y = 228.641110,
293
 
  width = 34.104382, height = 62.524715
294
 
},
295
 
 
296
 
 
297
 
Displacer:new{
298
 
  x = 4.736721, y = 227.693760,
299
 
  width = 452.830510, height = 30.315012
300
 
},
301
 
 
302
 
 
303
 
Displacer:new{
304
 
  x = 290.823460, y = 260.068940,
305
 
  width = 67.261436, height = 88.795479
306
 
},
307
 
 
308
 
 
309
 
Displacer:new{
310
 
  x = 182.837420, y = 253.272050,
311
 
  width = 70.103462, height = 56.840649
312
 
},
313
 
 
314
 
 
315
 
Displacer:new{
316
 
  x = 35.051731, y = 493.897460,
317
 
  width = 105.155200, height = 38.841110
318
 
},
319
 
 
320
 
 
321
 
Displacer:new{
322
 
  x = 655.562130, y = 502.423550,
323
 
  width = 92.839722, height = 29.367668
324
 
},
325
 
 
326
 
 
327
 
Transition:new{
328
 
  x = 789.137630, y = 253.272050,
329
 
  width = 22.736259, height = 344.833250,
330
 
  target = 'forest1'
331
 
},
332
 
 
333
 
 
334
 
Transition:new{
335
 
  x = -16.104849, y = 254.219410,
336
 
  width = 22.736259, height = 344.833250,
337
 
  target = 'bridge',
338
 
targetX = 735,
339
 
targetY = 434
340
 
},
341
 
 
342
 
},
343
 
}