/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 23:43:03 UTC
  • Revision ID: josh@9ix.org-20130427234303-35drcx68t13gb3b8
more transitions and collisions

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
svg_objects = {
4
4
village = {
5
 
 
6
 
Displacer:new{
7
 
  x = 11.560431, y = 275.256960,
8
 
  width = 773.497990, height = 31.528450
9
 
},
10
 
 
11
 
 
12
 
Transition:new{
13
 
  x = 780.854610, y = 202.741530,
14
 
  width = 18.917070, height = 398.309420,
15
 
  target = 'forest1'
16
 
},
17
 
 
18
 
 
19
 
Transition:new{
20
 
  x = -6.305690, y = 198.537730,
21
 
  width = 17.866121, height = 402.513210,
22
 
  target = 'lake'
23
 
},
24
 
 
25
 
},
26
 
bridge = {
27
 
},
28
 
flower = {
 
5
},
 
6
forest2 = {
29
7
},
30
8
shore = {
31
9
 
35
13
},
36
14
 
37
15
},
38
 
lakeroad = {
39
 
 
40
 
Displacer:new{
41
 
  x = 1.140190, y = 410.728450,
42
 
  width = 802.693730, height = 192.692110
43
 
},
44
 
 
45
 
 
46
 
Displacer:new{
47
 
  x = 401.346860, y = 189.531620,
48
 
  width = 400.206670, height = 94.635765
49
 
},
50
 
 
51
 
 
52
 
Displacer:new{
53
 
  x = 403.627230, y = 357.139530,
54
 
  width = 60.430069, height = 53.588928
55
 
},
56
 
 
57
 
 
58
 
Displacer:new{
59
 
  x = 401.346860, y = 279.606630,
60
 
  width = 23.943989, height = 79.813293
61
 
},
62
 
 
63
 
 
64
 
Transition:new{
65
 
  x = 782.170290, y = 276.186070,
66
 
  width = 20.523447, height = 140.243330,
67
 
  target = 'village'
68
 
},
69
 
 
70
 
},
71
16
forest1 = {
72
17
 
73
18
Displacer:new{
91
36
Transition:new{
92
37
  x = -1.000000, y = 129.000000,
93
38
  width = 28.000000, height = 454.000000,
94
 
  target = 'foresthut',
95
 
targetX = 745,
96
 
targetY = 430
 
39
  target = 'village'
97
40
},
98
41
 
99
42
 
105
48
targetX = 30
106
49
},
107
50
 
108
 
 
109
 
Flower:new{
110
 
  x = 355.051060, y = 333.101410,
111
 
},
112
 
 
113
51
},
114
52
lake = {
115
 
 
116
 
Displacer:new{
117
 
  x = 1.140190, y = 410.728450,
118
 
  width = 802.693730, height = 192.692110
119
 
},
120
 
 
121
 
 
122
 
Displacer:new{
123
 
  x = 401.346860, y = 189.531620,
124
 
  width = 400.206670, height = 94.635765
125
 
},
126
 
 
127
 
 
128
 
Displacer:new{
129
 
  x = 403.627230, y = 357.139530,
130
 
  width = 60.430069, height = 53.588928
131
 
},
132
 
 
133
 
 
134
 
Displacer:new{
135
 
  x = 401.346860, y = 279.606630,
136
 
  width = 23.943989, height = 79.813293
137
 
},
138
 
 
139
 
 
140
 
Transition:new{
141
 
  x = 782.170290, y = 276.186070,
142
 
  width = 20.523447, height = 140.243330,
143
 
  target = 'village'
144
 
},
145
 
 
146
 
},
147
 
foresthut = {
148
 
 
149
 
Displacer:new{
150
 
  x = 10.420785, y = 557.369510,
151
 
  width = 777.769530, height = 50.209240
152
 
},
153
 
 
154
 
 
155
 
Displacer:new{
156
 
  x = 624.299800, y = 248.535320,
157
 
  width = 165.785220, height = 16.104851
158
 
},
159
 
 
160
 
 
161
 
Displacer:new{
162
 
  x = 528.618040, y = 253.272050,
163
 
  width = 96.629105, height = 45.472519
164
 
},
165
 
 
166
 
 
167
 
Displacer:new{
168
 
  x = 459.461910, y = 228.641110,
169
 
  width = 34.104382, height = 62.524715
170
 
},
171
 
 
172
 
 
173
 
Displacer:new{
174
 
  x = 4.736721, y = 227.693760,
175
 
  width = 452.830510, height = 30.315012
176
 
},
177
 
 
178
 
 
179
 
Displacer:new{
180
 
  x = 291.781980, y = 327.164890,
181
 
  width = 67.261436, height = 29.367668
182
 
},
183
 
 
184
 
 
185
 
Displacer:new{
186
 
  x = 182.837420, y = 253.272050,
187
 
  width = 70.103462, height = 56.840649
188
 
},
189
 
 
190
 
 
191
 
Displacer:new{
192
 
  x = 35.051731, y = 493.897460,
193
 
  width = 105.155200, height = 38.841110
194
 
},
195
 
 
196
 
 
197
 
Displacer:new{
198
 
  x = 655.562130, y = 502.423550,
199
 
  width = 92.839722, height = 29.367668
200
 
},
201
 
 
202
 
 
203
 
Transition:new{
204
 
  x = 789.137630, y = 253.272050,
205
 
  width = 22.736259, height = 344.833250,
206
 
  target = 'forest1'
207
 
},
208
 
 
209
 
 
210
 
Transition:new{
211
 
  x = -16.104849, y = 254.219410,
212
 
  width = 22.736259, height = 344.833250,
213
 
  target = 'bridge'
214
 
},
215
 
 
216
53
},
217
54
}