/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:28 UTC
  • Revision ID: josh@9ix.org-20130427163628-njxr0kch1ail2y4s
build system

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 = 138,
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
 
flower = {
70
 
},
71
 
shore = {
72
 
 
73
 
Displacer:new{
74
 
  x = 171.725940, y = 132.299380,
75
 
  width = 19.192898, height = 16.162441
76
 
},
77
 
 
78
 
},
79
 
lakeroad = {
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
 
 
111
 
},
112
 
forest1 = {
113
 
 
114
 
Displacer:new{
115
 
  x = 272.000000, y = 296.000000,
116
 
  width = 67.000000, height = 70.000000
117
 
},
118
 
 
119
 
 
120
 
Displacer:new{
121
 
  x = 621.000000, y = 492.000000,
122
 
  width = 96.000000, height = 29.000000
123
 
},
124
 
 
125
 
 
126
 
Displacer:new{
127
 
  x = 75.025925, y = 533.677860,
128
 
  width = 132.000000, height = 23.000000
129
 
},
130
 
 
131
 
 
132
 
Transition:new{
133
 
  x = -1.000000, y = 129.000000,
134
 
  width = 28.000000, height = 454.000000,
135
 
  target = 'foresthut',
136
 
targetX = 745,
137
 
targetY = 430
138
 
},
139
 
 
140
 
 
141
 
Transition:new{
142
 
  x = 773.000000, y = 134.000000,
143
 
  width = 28.000000, height = 454.000000,
144
 
  target = 'shore',
145
 
targetY = 133,
146
 
targetX = 30
147
 
},
148
 
 
149
 
 
150
 
Flower:new{
151
 
  x = 355.051060, y = 333.101410,
152
 
},
153
 
 
154
 
},
155
 
gate = {
156
 
 
157
 
Displacer:new{
158
 
  x = 338.751280, y = 372.631590,
159
 
  width = 34.059235, height = 60.754307
160
 
},
161
 
 
162
 
 
163
 
Transition:new{
164
 
  x = 1.841040, y = 348.698090,
165
 
  width = 21.171955, height = 89.290421,
166
 
  target='lake',
167
 
targetX=758,
168
 
targetY=453
169
 
},
170
 
 
171
 
},
172
 
castle = {
173
 
 
174
 
Displacer:new{
175
 
  x = 673.720150, y = 410.580200,
176
 
  width = 47.098976, height = 63.481228
177
 
},
178
 
 
179
 
 
180
 
Transition:new{
181
 
  x = 73.720139, y = 401.365170,
182
 
  width = 17.406143, height = 72.696243,
183
 
  target='gate',
184
 
targetX=239,
185
 
targetY=388
186
 
},
187
 
 
188
 
},
189
 
lake = {
190
 
 
191
 
Displacer:new{
192
 
  x = 1.140190, y = 532.673520,
193
 
  width = 802.693730, height = 70.747047
194
 
},
195
 
 
196
 
 
197
 
Displacer:new{
198
 
  x = 199.036710, y = 475.319240,
199
 
  width = 88.884743, height = 62.226845
200
 
},
201
 
 
202
 
 
203
 
Displacer:new{
204
 
  x = 254.349850, y = 415.082730,
205
 
  width = 161.585140, height = 76.176979
206
 
},
207
 
 
208
 
 
209
 
Displacer:new{
210
 
  x = 327.690250, y = 337.549840,
211
 
  width = 23.943989, height = 79.813293
212
 
},
213
 
 
214
 
 
215
 
Displacer:new{
216
 
  x = 441.939640, y = 545.003050,
217
 
  width = 77.584961, height = 16.695486
218
 
},
219
 
 
220
 
 
221
 
Displacer:new{
222
 
  x = 293.644320, y = 354.478000,
223
 
  width = 126.689360, height = 22.588020
224
 
},
225
 
 
226
 
 
227
 
Displacer:new{
228
 
  x = 321.142820, y = 298.498960,
229
 
  width = 66.781998, height = 55.979023
230
 
},
231
 
 
232
 
 
233
 
Displacer:new{
234
 
  x = 314.268190, y = 206.182680,
235
 
  width = 193.471360, height = 54.996933
236
 
},
237
 
 
238
 
 
239
 
Displacer:new{
240
 
  x = 318.112060, y = 260.220860,
241
 
  width = 34.470348, height = 39.394684
242
 
},
243
 
 
244
 
 
245
 
Transition:new{
246
 
  x = 782.170290, y = 295.827820,
247
 
  width = 20.523447, height = 239.434230,
248
 
  target = 'gate'
249
 
},
250
 
 
251
 
 
252
 
Transition:new{
253
 
  x = 508.191440, y = 257.266270,
254
 
  width = 275.762790, height = 30.530880,
255
 
  target='bridge',
256
 
targetX=555,
257
 
targetY=487
258
 
},
259
 
 
260
 
},
261
 
foresthut = {
262
 
 
263
 
Displacer:new{
264
 
  x = 10.420785, y = 557.369510,
265
 
  width = 777.769530, height = 50.209240
266
 
},
267
 
 
268
 
 
269
 
Displacer:new{
270
 
  x = 624.299800, y = 248.535320,
271
 
  width = 165.785220, height = 16.104851
272
 
},
273
 
 
274
 
 
275
 
Displacer:new{
276
 
  x = 528.618040, y = 253.272050,
277
 
  width = 96.629105, height = 45.472519
278
 
},
279
 
 
280
 
 
281
 
Displacer:new{
282
 
  x = 459.461910, y = 228.641110,
283
 
  width = 34.104382, height = 62.524715
284
 
},
285
 
 
286
 
 
287
 
Displacer:new{
288
 
  x = 4.736721, y = 227.693760,
289
 
  width = 452.830510, height = 30.315012
290
 
},
291
 
 
292
 
 
293
 
Displacer:new{
294
 
  x = 290.823460, y = 260.068940,
295
 
  width = 67.261436, height = 88.795479
296
 
},
297
 
 
298
 
 
299
 
Displacer:new{
300
 
  x = 182.837420, y = 253.272050,
301
 
  width = 70.103462, height = 56.840649
302
 
},
303
 
 
304
 
 
305
 
Displacer:new{
306
 
  x = 35.051731, y = 493.897460,
307
 
  width = 105.155200, height = 38.841110
308
 
},
309
 
 
310
 
 
311
 
Displacer:new{
312
 
  x = 655.562130, y = 502.423550,
313
 
  width = 92.839722, height = 29.367668
314
 
},
315
 
 
316
 
 
317
 
Transition:new{
318
 
  x = 789.137630, y = 253.272050,
319
 
  width = 22.736259, height = 344.833250,
320
 
  target = 'forest1'
321
 
},
322
 
 
323
 
 
324
 
Transition:new{
325
 
  x = -16.104849, y = 254.219410,
326
 
  width = 22.736259, height = 344.833250,
327
 
  target = 'bridge',
328
 
targetX = 735,
329
 
targetY = 434
330
 
},
331
 
 
332
 
},
333
 
}