/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 = 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 = 743,
65
 
targetY = 328
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 = 76.000000, y = 484.000000,
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
 
lake = {
156
 
 
157
 
Displacer:new{
158
 
  x = 1.140190, y = 410.728450,
159
 
  width = 802.693730, height = 192.692110
160
 
},
161
 
 
162
 
 
163
 
Displacer:new{
164
 
  x = 401.346860, y = 189.531620,
165
 
  width = 400.206670, height = 94.635765
166
 
},
167
 
 
168
 
 
169
 
Displacer:new{
170
 
  x = 403.627230, y = 335.533600,
171
 
  width = 81.053925, height = 76.176979
172
 
},
173
 
 
174
 
 
175
 
Displacer:new{
176
 
  x = 401.346860, y = 279.606630,
177
 
  width = 23.943989, height = 79.813293
178
 
},
179
 
 
180
 
 
181
 
Displacer:new{
182
 
  x = 424.262050, y = 283.767640,
183
 
  width = 77.584961, height = 16.695486
184
 
},
185
 
 
186
 
 
187
 
Transition:new{
188
 
  x = 782.170290, y = 276.186070,
189
 
  width = 20.523447, height = 140.243330,
190
 
  target = 'village'
191
 
},
192
 
 
193
 
},
194
 
foresthut = {
195
 
 
196
 
Displacer:new{
197
 
  x = 10.420785, y = 557.369510,
198
 
  width = 777.769530, height = 50.209240
199
 
},
200
 
 
201
 
 
202
 
Displacer:new{
203
 
  x = 624.299800, y = 248.535320,
204
 
  width = 165.785220, height = 16.104851
205
 
},
206
 
 
207
 
 
208
 
Displacer:new{
209
 
  x = 528.618040, y = 253.272050,
210
 
  width = 96.629105, height = 45.472519
211
 
},
212
 
 
213
 
 
214
 
Displacer:new{
215
 
  x = 459.461910, y = 228.641110,
216
 
  width = 34.104382, height = 62.524715
217
 
},
218
 
 
219
 
 
220
 
Displacer:new{
221
 
  x = 4.736721, y = 227.693760,
222
 
  width = 452.830510, height = 30.315012
223
 
},
224
 
 
225
 
 
226
 
Displacer:new{
227
 
  x = 291.781980, y = 327.164890,
228
 
  width = 67.261436, height = 29.367668
229
 
},
230
 
 
231
 
 
232
 
Displacer:new{
233
 
  x = 182.837420, y = 253.272050,
234
 
  width = 70.103462, height = 56.840649
235
 
},
236
 
 
237
 
 
238
 
Displacer:new{
239
 
  x = 35.051731, y = 493.897460,
240
 
  width = 105.155200, height = 38.841110
241
 
},
242
 
 
243
 
 
244
 
Displacer:new{
245
 
  x = 655.562130, y = 502.423550,
246
 
  width = 92.839722, height = 29.367668
247
 
},
248
 
 
249
 
 
250
 
Transition:new{
251
 
  x = 789.137630, y = 253.272050,
252
 
  width = 22.736259, height = 344.833250,
253
 
  target = 'forest1'
254
 
},
255
 
 
256
 
 
257
 
Transition:new{
258
 
  x = -16.104849, y = 254.219410,
259
 
  width = 22.736259, height = 344.833250,
260
 
  target = 'bridge',
261
 
targetX = 735,
262
 
targetY = 434
263
 
},
264
 
 
265
 
},
266
 
}