/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:10:14 UTC
  • Revision ID: josh@9ix.org-20130427171014-d41dnj1o6dwj36tk
ignore deploy dir

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
 
flower = {
28
 
},
29
 
shore = {
30
 
 
31
 
Displacer:new{
32
 
  x = 171.725940, y = 132.299380,
33
 
  width = 19.192898, height = 16.162441
34
 
},
35
 
 
36
 
},
37
 
lakeroad = {
38
 
 
39
 
Displacer:new{
40
 
  x = 1.140190, y = 410.728450,
41
 
  width = 802.693730, height = 192.692110
42
 
},
43
 
 
44
 
 
45
 
Displacer:new{
46
 
  x = 401.346860, y = 189.531620,
47
 
  width = 400.206670, height = 94.635765
48
 
},
49
 
 
50
 
 
51
 
Displacer:new{
52
 
  x = 403.627230, y = 357.139530,
53
 
  width = 60.430069, height = 53.588928
54
 
},
55
 
 
56
 
 
57
 
Displacer:new{
58
 
  x = 401.346860, y = 279.606630,
59
 
  width = 23.943989, height = 79.813293
60
 
},
61
 
 
62
 
 
63
 
Transition:new{
64
 
  x = 782.170290, y = 276.186070,
65
 
  width = 20.523447, height = 140.243330,
66
 
  target = 'village'
67
 
},
68
 
 
69
 
},
70
 
forest1 = {
71
 
 
72
 
Displacer:new{
73
 
  x = 272.000000, y = 296.000000,
74
 
  width = 67.000000, height = 70.000000
75
 
},
76
 
 
77
 
 
78
 
Displacer:new{
79
 
  x = 621.000000, y = 492.000000,
80
 
  width = 96.000000, height = 29.000000
81
 
},
82
 
 
83
 
 
84
 
Displacer:new{
85
 
  x = 76.000000, y = 484.000000,
86
 
  width = 132.000000, height = 23.000000
87
 
},
88
 
 
89
 
 
90
 
Transition:new{
91
 
  x = -1.000000, y = 129.000000,
92
 
  width = 28.000000, height = 454.000000,
93
 
  target = 'foresthut',
94
 
targetX = 745,
95
 
targetY = 430
96
 
},
97
 
 
98
 
 
99
 
Transition:new{
100
 
  x = 773.000000, y = 134.000000,
101
 
  width = 28.000000, height = 454.000000,
102
 
  target = 'shore',
103
 
targetY = 133,
104
 
targetX = 30
105
 
},
106
 
 
107
 
 
108
 
Flower:new{
109
 
  x = 355.051060, y = 333.101410,
110
 
},
111
 
 
112
 
},
113
 
lake = {
114
 
 
115
 
Displacer:new{
116
 
  x = 1.140190, y = 410.728450,
117
 
  width = 802.693730, height = 192.692110
118
 
},
119
 
 
120
 
 
121
 
Displacer:new{
122
 
  x = 401.346860, y = 189.531620,
123
 
  width = 400.206670, height = 94.635765
124
 
},
125
 
 
126
 
 
127
 
Displacer:new{
128
 
  x = 403.627230, y = 357.139530,
129
 
  width = 60.430069, height = 53.588928
130
 
},
131
 
 
132
 
 
133
 
Displacer:new{
134
 
  x = 401.346860, y = 279.606630,
135
 
  width = 23.943989, height = 79.813293
136
 
},
137
 
 
138
 
 
139
 
Transition:new{
140
 
  x = 782.170290, y = 276.186070,
141
 
  width = 20.523447, height = 140.243330,
142
 
  target = 'village'
143
 
},
144
 
 
145
 
},
146
 
foresthut = {
147
 
 
148
 
Displacer:new{
149
 
  x = 10.420785, y = 557.369510,
150
 
  width = 777.769530, height = 50.209240
151
 
},
152
 
 
153
 
 
154
 
Displacer:new{
155
 
  x = 624.299800, y = 248.535320,
156
 
  width = 165.785220, height = 16.104851
157
 
},
158
 
 
159
 
 
160
 
Displacer:new{
161
 
  x = 528.618040, y = 253.272050,
162
 
  width = 96.629105, height = 45.472519
163
 
},
164
 
 
165
 
 
166
 
Displacer:new{
167
 
  x = 459.461910, y = 228.641110,
168
 
  width = 34.104382, height = 62.524715
169
 
},
170
 
 
171
 
 
172
 
Displacer:new{
173
 
  x = 4.736721, y = 227.693760,
174
 
  width = 452.830510, height = 30.315012
175
 
},
176
 
 
177
 
 
178
 
Displacer:new{
179
 
  x = 291.781980, y = 327.164890,
180
 
  width = 67.261436, height = 29.367668
181
 
},
182
 
 
183
 
 
184
 
Displacer:new{
185
 
  x = 182.837420, y = 253.272050,
186
 
  width = 70.103462, height = 56.840649
187
 
},
188
 
 
189
 
 
190
 
Displacer:new{
191
 
  x = 35.051731, y = 493.897460,
192
 
  width = 105.155200, height = 38.841110
193
 
},
194
 
 
195
 
 
196
 
Displacer:new{
197
 
  x = 655.562130, y = 502.423550,
198
 
  width = 92.839722, height = 29.367668
199
 
},
200
 
 
201
 
 
202
 
Transition:new{
203
 
  x = 789.137630, y = 253.272050,
204
 
  width = 22.736259, height = 344.833250,
205
 
  target = 'forest1'
206
 
},
207
 
 
208
 
 
209
 
Transition:new{
210
 
  x = -16.104849, y = 254.219410,
211
 
  width = 22.736259, height = 344.833250,
212
 
  target = 'bridge'
213
 
},
214
 
 
215
 
},
216
 
}