1 | <LevelInfo |
---|
2 | name = "3DPacman" |
---|
3 | description = "A 3DVersion of Pacman." |
---|
4 | tags = "test" |
---|
5 | screenshot = "emptylevel.png" |
---|
6 | /> |
---|
7 | |
---|
8 | <?lua |
---|
9 | include("stats.oxo") |
---|
10 | include("PacmanHUD.oxo") |
---|
11 | include("templates/lodInformation.oxt") |
---|
12 | ?> |
---|
13 | |
---|
14 | <?lua |
---|
15 | include("templates/PacmanGelb.oxt") |
---|
16 | ?> |
---|
17 | |
---|
18 | <!-- include("templates/spaceshipEscort.oxt") --> |
---|
19 | |
---|
20 | <Level |
---|
21 | plugins = pacman |
---|
22 | gametype = Pacman |
---|
23 | > |
---|
24 | |
---|
25 | <templates> |
---|
26 | <Template link=lodtemplate_default /> |
---|
27 | </templates> |
---|
28 | <?lua include("includes/notifications.oxi") ?> |
---|
29 | |
---|
30 | <Scene |
---|
31 | ambientlight = "0.8, 0.8, 0.8" |
---|
32 | skybox = "Orxonox/Starbox" |
---|
33 | > |
---|
34 | |
---|
35 | <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
36 | <SpawnPoint team=0 position="0,10,150" lookat="0,0,0" spawnclass=PacmanGelb pawndesign=PacmanGelb /> |
---|
37 | |
---|
38 | <!-- <SpawnPoint team=0 position="0,10,150" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> --> |
---|
39 | |
---|
40 | <!-- GHOSTS --> |
---|
41 | <PacmanGhost position="0,10,15" > |
---|
42 | <attached> |
---|
43 | <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" /> |
---|
44 | </attached> |
---|
45 | </PacmanGhost> |
---|
46 | |
---|
47 | <PacmanGhost position="0,10,15" > |
---|
48 | <attached> |
---|
49 | <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" /> |
---|
50 | </attached> |
---|
51 | </PacmanGhost> |
---|
52 | |
---|
53 | <PacmanGhost position="0,10,15" > |
---|
54 | <attached> |
---|
55 | <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" /> |
---|
56 | </attached> |
---|
57 | </PacmanGhost> |
---|
58 | |
---|
59 | <PacmanGhost position="0,10,15" > |
---|
60 | <attached> |
---|
61 | <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" /> |
---|
62 | </attached> |
---|
63 | </PacmanGhost> |
---|
64 | |
---|
65 | |
---|
66 | <PacmanGhost position="0,-20,0" > |
---|
67 | <attached> |
---|
68 | <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> |
---|
69 | </attached> |
---|
70 | </PacmanGhost> |
---|
71 | |
---|
72 | <PacmanGhost position="0,-20,0" > |
---|
73 | <attached> |
---|
74 | <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> |
---|
75 | </attached> |
---|
76 | </PacmanGhost> |
---|
77 | |
---|
78 | <PacmanGhost position="0,-20,0" > |
---|
79 | <attached> |
---|
80 | <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> |
---|
81 | </attached> |
---|
82 | </PacmanGhost> |
---|
83 | |
---|
84 | <PacmanGhost position="0,-20,0" > |
---|
85 | <attached> |
---|
86 | <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> |
---|
87 | </attached> |
---|
88 | </PacmanGhost> |
---|
89 | |
---|
90 | |
---|
91 | |
---|
92 | <!-- POINTS first Line --> |
---|
93 | <PacmanPointSphere position="-215,10,245"> |
---|
94 | <attached> |
---|
95 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
96 | </attached> |
---|
97 | </PacmanPointSphere> |
---|
98 | |
---|
99 | <PacmanPointSphere position="-197,10,245"> |
---|
100 | <attached> |
---|
101 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
102 | </attached> |
---|
103 | </PacmanPointSphere> |
---|
104 | |
---|
105 | <PacmanPointSphere position="-179,10,245"> |
---|
106 | <attached> |
---|
107 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
108 | </attached> |
---|
109 | </PacmanPointSphere> |
---|
110 | |
---|
111 | <PacmanPointSphere position="-161,10,245"> |
---|
112 | <attached> |
---|
113 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
114 | </attached> |
---|
115 | </PacmanPointSphere> |
---|
116 | |
---|
117 | <PacmanPointSphere position="-143,10,245"> |
---|
118 | <attached> |
---|
119 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
120 | </attached> |
---|
121 | </PacmanPointSphere> |
---|
122 | |
---|
123 | <PacmanPointSphere position="-125,10,245"> |
---|
124 | <attached> |
---|
125 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
126 | </attached> |
---|
127 | </PacmanPointSphere> |
---|
128 | |
---|
129 | <PacmanPointSphere position="-107,10,245"> |
---|
130 | <attached> |
---|
131 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
132 | </attached> |
---|
133 | </PacmanPointSphere> |
---|
134 | |
---|
135 | <PacmanPointSphere position="-89,10,245"> |
---|
136 | <attached> |
---|
137 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
138 | </attached> |
---|
139 | </PacmanPointSphere> |
---|
140 | |
---|
141 | <PacmanPointSphere position="-71,10,245"> |
---|
142 | <attached> |
---|
143 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
144 | </attached> |
---|
145 | </PacmanPointSphere> |
---|
146 | |
---|
147 | <PacmanPointSphere position="-53,10,245"> |
---|
148 | <attached> |
---|
149 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
150 | </attached> |
---|
151 | </PacmanPointSphere> |
---|
152 | |
---|
153 | <PacmanPointSphere position="-35,10,245"> |
---|
154 | <attached> |
---|
155 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
156 | </attached> |
---|
157 | </PacmanPointSphere> |
---|
158 | |
---|
159 | <PacmanPointSphere position="-20,10,245"> |
---|
160 | <attached> |
---|
161 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
162 | </attached> |
---|
163 | </PacmanPointSphere> |
---|
164 | |
---|
165 | <PacmanPointSphere position="-7,10,245"> |
---|
166 | <attached> |
---|
167 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
168 | </attached> |
---|
169 | </PacmanPointSphere> |
---|
170 | |
---|
171 | <PacmanPointSphere position="7,10,245"> |
---|
172 | <attached> |
---|
173 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
174 | </attached> |
---|
175 | </PacmanPointSphere> |
---|
176 | |
---|
177 | <PacmanPointSphere position="20,10,245"> |
---|
178 | <attached> |
---|
179 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
180 | </attached> |
---|
181 | </PacmanPointSphere> |
---|
182 | |
---|
183 | <PacmanPointSphere position="38,10,245"> |
---|
184 | <attached> |
---|
185 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
186 | </attached> |
---|
187 | </PacmanPointSphere> |
---|
188 | |
---|
189 | <PacmanPointSphere position="56,10,245"> |
---|
190 | <attached> |
---|
191 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
192 | </attached> |
---|
193 | </PacmanPointSphere> |
---|
194 | |
---|
195 | <PacmanPointSphere position="74,10,245"> |
---|
196 | <attached> |
---|
197 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
198 | </attached> |
---|
199 | </PacmanPointSphere> |
---|
200 | |
---|
201 | <PacmanPointSphere position="92,10,245"> |
---|
202 | <attached> |
---|
203 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
204 | </attached> |
---|
205 | </PacmanPointSphere> |
---|
206 | |
---|
207 | <PacmanPointSphere position="110,10,245"> |
---|
208 | <attached> |
---|
209 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
210 | </attached> |
---|
211 | </PacmanPointSphere> |
---|
212 | |
---|
213 | <PacmanPointSphere position="128,10,245"> |
---|
214 | <attached> |
---|
215 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
216 | </attached> |
---|
217 | </PacmanPointSphere> |
---|
218 | |
---|
219 | <PacmanPointSphere position="146,10,245"> |
---|
220 | <attached> |
---|
221 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
222 | </attached> |
---|
223 | </PacmanPointSphere> |
---|
224 | |
---|
225 | <PacmanPointSphere position="164,10,245"> |
---|
226 | <attached> |
---|
227 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
228 | </attached> |
---|
229 | </PacmanPointSphere> |
---|
230 | |
---|
231 | <PacmanPointSphere position="182,10,245"> |
---|
232 | <attached> |
---|
233 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
234 | </attached> |
---|
235 | </PacmanPointSphere> |
---|
236 | |
---|
237 | <PacmanPointSphere position="200,10,245"> |
---|
238 | <attached> |
---|
239 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
240 | </attached> |
---|
241 | </PacmanPointSphere> |
---|
242 | |
---|
243 | <PacmanPointSphere position="215,10,245"> |
---|
244 | <attached> |
---|
245 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
246 | </attached> |
---|
247 | </PacmanPointSphere> |
---|
248 | |
---|
249 | |
---|
250 | <!-- POINTS seconde Line --> |
---|
251 | <PacmanPointSphere position="-215,10,195"> |
---|
252 | <attached> |
---|
253 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
254 | </attached> |
---|
255 | </PacmanPointSphere> |
---|
256 | |
---|
257 | <PacmanPointSphere position="-197,10,195"> |
---|
258 | <attached> |
---|
259 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
260 | </attached> |
---|
261 | </PacmanPointSphere> |
---|
262 | |
---|
263 | <PacmanPointSphere position="-179,10,195"> |
---|
264 | <attached> |
---|
265 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
266 | </attached> |
---|
267 | </PacmanPointSphere> |
---|
268 | |
---|
269 | <PacmanPointSphere position="-161,10,195"> |
---|
270 | <attached> |
---|
271 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
272 | </attached> |
---|
273 | </PacmanPointSphere> |
---|
274 | |
---|
275 | <PacmanPointSphere position="-143,10,195"> |
---|
276 | <attached> |
---|
277 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
278 | </attached> |
---|
279 | </PacmanPointSphere> |
---|
280 | |
---|
281 | <PacmanPointSphere position="-125,10,195"> |
---|
282 | <attached> |
---|
283 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
284 | </attached> |
---|
285 | </PacmanPointSphere> |
---|
286 | |
---|
287 | <!-- 7 and 8 --> |
---|
288 | |
---|
289 | <PacmanPointSphere position="-71,10,195"> |
---|
290 | <attached> |
---|
291 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
292 | </attached> |
---|
293 | </PacmanPointSphere> |
---|
294 | |
---|
295 | <PacmanPointSphere position="-53,10,195"> |
---|
296 | <attached> |
---|
297 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
298 | </attached> |
---|
299 | </PacmanPointSphere> |
---|
300 | |
---|
301 | <PacmanPointSphere position="-35,10,195"> |
---|
302 | <attached> |
---|
303 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
304 | </attached> |
---|
305 | </PacmanPointSphere> |
---|
306 | |
---|
307 | <PacmanPointSphere position="-20,10,195"> |
---|
308 | <attached> |
---|
309 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
310 | </attached> |
---|
311 | </PacmanPointSphere> |
---|
312 | |
---|
313 | <!-- 13 and 14 --> |
---|
314 | |
---|
315 | <PacmanPointSphere position="20,10,195"> |
---|
316 | <attached> |
---|
317 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
318 | </attached> |
---|
319 | </PacmanPointSphere> |
---|
320 | |
---|
321 | <PacmanPointSphere position="38,10,195"> |
---|
322 | <attached> |
---|
323 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
324 | </attached> |
---|
325 | </PacmanPointSphere> |
---|
326 | |
---|
327 | <PacmanPointSphere position="56,10,195"> |
---|
328 | <attached> |
---|
329 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
330 | </attached> |
---|
331 | </PacmanPointSphere> |
---|
332 | |
---|
333 | <PacmanPointSphere position="74,10,195"> |
---|
334 | <attached> |
---|
335 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
336 | </attached> |
---|
337 | </PacmanPointSphere> |
---|
338 | |
---|
339 | <!-- 19 and 20 --> |
---|
340 | |
---|
341 | <PacmanPointSphere position="128,10,195"> |
---|
342 | <attached> |
---|
343 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
344 | </attached> |
---|
345 | </PacmanPointSphere> |
---|
346 | |
---|
347 | <PacmanPointSphere position="146,10,195"> |
---|
348 | <attached> |
---|
349 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
350 | </attached> |
---|
351 | </PacmanPointSphere> |
---|
352 | |
---|
353 | <PacmanPointSphere position="164,10,195"> |
---|
354 | <attached> |
---|
355 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
356 | </attached> |
---|
357 | </PacmanPointSphere> |
---|
358 | |
---|
359 | <PacmanPointSphere position="182,10,195"> |
---|
360 | <attached> |
---|
361 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
362 | </attached> |
---|
363 | </PacmanPointSphere> |
---|
364 | |
---|
365 | <PacmanPointSphere position="200,10,195"> |
---|
366 | <attached> |
---|
367 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
368 | </attached> |
---|
369 | </PacmanPointSphere> |
---|
370 | |
---|
371 | <PacmanPointSphere position="215,10,195"> |
---|
372 | <attached> |
---|
373 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
374 | </attached> |
---|
375 | </PacmanPointSphere> |
---|
376 | |
---|
377 | <!-- POINTS third Line --> |
---|
378 | <PacmanPointSphere position="-215,10,150"> |
---|
379 | <attached> |
---|
380 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
381 | </attached> |
---|
382 | </PacmanPointSphere> |
---|
383 | |
---|
384 | <PacmanPointSphere position="-197,10,150"> |
---|
385 | <attached> |
---|
386 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
387 | </attached> |
---|
388 | </PacmanPointSphere> |
---|
389 | |
---|
390 | <PacmanPointSphere position="-179,10,150"> |
---|
391 | <attached> |
---|
392 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
393 | </attached> |
---|
394 | </PacmanPointSphere> |
---|
395 | |
---|
396 | <!-- 4 and 5 --> |
---|
397 | |
---|
398 | <PacmanPointSphere position="-125,10,150"> |
---|
399 | <attached> |
---|
400 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
401 | </attached> |
---|
402 | </PacmanPointSphere> |
---|
403 | |
---|
404 | <PacmanPointSphere position="-107,10,150"> |
---|
405 | <attached> |
---|
406 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
407 | </attached> |
---|
408 | </PacmanPointSphere> |
---|
409 | |
---|
410 | <PacmanPointSphere position="-89,10,150"> |
---|
411 | <attached> |
---|
412 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
413 | </attached> |
---|
414 | </PacmanPointSphere> |
---|
415 | |
---|
416 | <PacmanPointSphere position="-71,10,150"> |
---|
417 | <attached> |
---|
418 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
419 | </attached> |
---|
420 | </PacmanPointSphere> |
---|
421 | |
---|
422 | <PacmanPointSphere position="-53,10,150"> |
---|
423 | <attached> |
---|
424 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
425 | </attached> |
---|
426 | </PacmanPointSphere> |
---|
427 | |
---|
428 | <PacmanPointSphere position="-35,10,150"> |
---|
429 | <attached> |
---|
430 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
431 | </attached> |
---|
432 | </PacmanPointSphere> |
---|
433 | |
---|
434 | <PacmanPointSphere position="-20,10,150"> |
---|
435 | <attached> |
---|
436 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
437 | </attached> |
---|
438 | </PacmanPointSphere> |
---|
439 | |
---|
440 | <!-- 13 and 14 --> |
---|
441 | |
---|
442 | <PacmanPointSphere position="20,10,150"> |
---|
443 | <attached> |
---|
444 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
445 | </attached> |
---|
446 | </PacmanPointSphere> |
---|
447 | |
---|
448 | <PacmanPointSphere position="38,10,150"> |
---|
449 | <attached> |
---|
450 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
451 | </attached> |
---|
452 | </PacmanPointSphere> |
---|
453 | |
---|
454 | <PacmanPointSphere position="56,10,150"> |
---|
455 | <attached> |
---|
456 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
457 | </attached> |
---|
458 | </PacmanPointSphere> |
---|
459 | |
---|
460 | <PacmanPointSphere position="74,10,150"> |
---|
461 | <attached> |
---|
462 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
463 | </attached> |
---|
464 | </PacmanPointSphere> |
---|
465 | |
---|
466 | <PacmanPointSphere position="92,10,150"> |
---|
467 | <attached> |
---|
468 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
469 | </attached> |
---|
470 | </PacmanPointSphere> |
---|
471 | |
---|
472 | <PacmanPointSphere position="110,10,150"> |
---|
473 | <attached> |
---|
474 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
475 | </attached> |
---|
476 | </PacmanPointSphere> |
---|
477 | |
---|
478 | <PacmanPointSphere position="128,10,150"> |
---|
479 | <attached> |
---|
480 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
481 | </attached> |
---|
482 | </PacmanPointSphere> |
---|
483 | |
---|
484 | <!-- 22 and 23 --> |
---|
485 | |
---|
486 | <PacmanPointSphere position="182,10,150"> |
---|
487 | <attached> |
---|
488 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
489 | </attached> |
---|
490 | </PacmanPointSphere> |
---|
491 | |
---|
492 | <PacmanPointSphere position="200,10,150"> |
---|
493 | <attached> |
---|
494 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
495 | </attached> |
---|
496 | </PacmanPointSphere> |
---|
497 | |
---|
498 | <PacmanPointSphere position="215,10,150"> |
---|
499 | <attached> |
---|
500 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
501 | </attached> |
---|
502 | </PacmanPointSphere> |
---|
503 | |
---|
504 | |
---|
505 | <!-- POINTS fourth Line --> |
---|
506 | <PacmanPointSphere position="-215,10,105"> |
---|
507 | <attached> |
---|
508 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
509 | </attached> |
---|
510 | </PacmanPointSphere> |
---|
511 | |
---|
512 | <PacmanPointSphere position="-197,10,105"> |
---|
513 | <attached> |
---|
514 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
515 | </attached> |
---|
516 | </PacmanPointSphere> |
---|
517 | |
---|
518 | <PacmanPointSphere position="-179,10,105"> |
---|
519 | <attached> |
---|
520 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
521 | </attached> |
---|
522 | </PacmanPointSphere> |
---|
523 | |
---|
524 | <PacmanPointSphere position="-161,10,105"> |
---|
525 | <attached> |
---|
526 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
527 | </attached> |
---|
528 | </PacmanPointSphere> |
---|
529 | |
---|
530 | <PacmanPointSphere position="-143,10,105"> |
---|
531 | <attached> |
---|
532 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
533 | </attached> |
---|
534 | </PacmanPointSphere> |
---|
535 | |
---|
536 | <PacmanPointSphere position="-125,10,105"> |
---|
537 | <attached> |
---|
538 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
539 | </attached> |
---|
540 | </PacmanPointSphere> |
---|
541 | |
---|
542 | <PacmanPointSphere position="-107,10,105"> |
---|
543 | <attached> |
---|
544 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
545 | </attached> |
---|
546 | </PacmanPointSphere> |
---|
547 | |
---|
548 | <PacmanPointSphere position="-89,10,105"> |
---|
549 | <attached> |
---|
550 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
551 | </attached> |
---|
552 | </PacmanPointSphere> |
---|
553 | |
---|
554 | <PacmanPointSphere position="-71,10,105"> |
---|
555 | <attached> |
---|
556 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
557 | </attached> |
---|
558 | </PacmanPointSphere> |
---|
559 | |
---|
560 | <PacmanPointSphere position="-53,10,105"> |
---|
561 | <attached> |
---|
562 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
563 | </attached> |
---|
564 | </PacmanPointSphere> |
---|
565 | |
---|
566 | <PacmanPointSphere position="-35,10,105"> |
---|
567 | <attached> |
---|
568 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
569 | </attached> |
---|
570 | </PacmanPointSphere> |
---|
571 | |
---|
572 | <PacmanPointSphere position="-20,10,105"> |
---|
573 | <attached> |
---|
574 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
575 | </attached> |
---|
576 | </PacmanPointSphere> |
---|
577 | |
---|
578 | <!-- 13 and 14 --> |
---|
579 | |
---|
580 | <PacmanPointSphere position="20,10,105"> |
---|
581 | <attached> |
---|
582 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
583 | </attached> |
---|
584 | </PacmanPointSphere> |
---|
585 | |
---|
586 | <PacmanPointSphere position="38,10,105"> |
---|
587 | <attached> |
---|
588 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
589 | </attached> |
---|
590 | </PacmanPointSphere> |
---|
591 | |
---|
592 | <PacmanPointSphere position="56,10,105"> |
---|
593 | <attached> |
---|
594 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
595 | </attached> |
---|
596 | </PacmanPointSphere> |
---|
597 | |
---|
598 | <PacmanPointSphere position="74,10,105"> |
---|
599 | <attached> |
---|
600 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
601 | </attached> |
---|
602 | </PacmanPointSphere> |
---|
603 | |
---|
604 | <PacmanPointSphere position="92,10,105"> |
---|
605 | <attached> |
---|
606 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
607 | </attached> |
---|
608 | </PacmanPointSphere> |
---|
609 | |
---|
610 | <PacmanPointSphere position="110,10,105"> |
---|
611 | <attached> |
---|
612 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
613 | </attached> |
---|
614 | </PacmanPointSphere> |
---|
615 | |
---|
616 | <PacmanPointSphere position="128,10,105"> |
---|
617 | <attached> |
---|
618 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
619 | </attached> |
---|
620 | </PacmanPointSphere> |
---|
621 | |
---|
622 | <PacmanPointSphere position="146,10,105"> |
---|
623 | <attached> |
---|
624 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
625 | </attached> |
---|
626 | </PacmanPointSphere> |
---|
627 | |
---|
628 | <PacmanPointSphere position="164,10,105"> |
---|
629 | <attached> |
---|
630 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
631 | </attached> |
---|
632 | </PacmanPointSphere> |
---|
633 | |
---|
634 | <PacmanPointSphere position="182,10,105"> |
---|
635 | <attached> |
---|
636 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
637 | </attached> |
---|
638 | </PacmanPointSphere> |
---|
639 | |
---|
640 | <PacmanPointSphere position="200,10,105"> |
---|
641 | <attached> |
---|
642 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
643 | </attached> |
---|
644 | </PacmanPointSphere> |
---|
645 | |
---|
646 | <PacmanPointSphere position="215,10,105"> |
---|
647 | <attached> |
---|
648 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
649 | </attached> |
---|
650 | </PacmanPointSphere> |
---|
651 | |
---|
652 | <!-- POINTS fifth Line --> |
---|
653 | <PacmanPointSphere position="-215,10,-85"> |
---|
654 | <attached> |
---|
655 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
656 | </attached> |
---|
657 | </PacmanPointSphere> |
---|
658 | |
---|
659 | <PacmanPointSphere position="-197,10,-85"> |
---|
660 | <attached> |
---|
661 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
662 | </attached> |
---|
663 | </PacmanPointSphere> |
---|
664 | |
---|
665 | <PacmanPointSphere position="-179,10,-85"> |
---|
666 | <attached> |
---|
667 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
668 | </attached> |
---|
669 | </PacmanPointSphere> |
---|
670 | |
---|
671 | <PacmanPointSphere position="-161,10,-85"> |
---|
672 | <attached> |
---|
673 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
674 | </attached> |
---|
675 | </PacmanPointSphere> |
---|
676 | |
---|
677 | <PacmanPointSphere position="-143,10,-85"> |
---|
678 | <attached> |
---|
679 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
680 | </attached> |
---|
681 | </PacmanPointSphere> |
---|
682 | |
---|
683 | <PacmanPointSphere position="-125,10,-85"> |
---|
684 | <attached> |
---|
685 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
686 | </attached> |
---|
687 | </PacmanPointSphere> |
---|
688 | |
---|
689 | <!-- 7 and 8 --> |
---|
690 | |
---|
691 | <PacmanPointSphere position="-71,10,-85"> |
---|
692 | <attached> |
---|
693 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
694 | </attached> |
---|
695 | </PacmanPointSphere> |
---|
696 | |
---|
697 | <PacmanPointSphere position="-53,10,-85"> |
---|
698 | <attached> |
---|
699 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
700 | </attached> |
---|
701 | </PacmanPointSphere> |
---|
702 | |
---|
703 | <PacmanPointSphere position="-35,10,-85"> |
---|
704 | <attached> |
---|
705 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
706 | </attached> |
---|
707 | </PacmanPointSphere> |
---|
708 | |
---|
709 | <PacmanPointSphere position="-20,10,-85"> |
---|
710 | <attached> |
---|
711 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
712 | </attached> |
---|
713 | </PacmanPointSphere> |
---|
714 | |
---|
715 | <!-- 13 and 14 --> |
---|
716 | |
---|
717 | <PacmanPointSphere position="20,10,-85"> |
---|
718 | <attached> |
---|
719 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
720 | </attached> |
---|
721 | </PacmanPointSphere> |
---|
722 | |
---|
723 | <PacmanPointSphere position="38,10,-85"> |
---|
724 | <attached> |
---|
725 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
726 | </attached> |
---|
727 | </PacmanPointSphere> |
---|
728 | |
---|
729 | <PacmanPointSphere position="56,10,-85"> |
---|
730 | <attached> |
---|
731 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
732 | </attached> |
---|
733 | </PacmanPointSphere> |
---|
734 | |
---|
735 | <PacmanPointSphere position="74,10,-85"> |
---|
736 | <attached> |
---|
737 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
738 | </attached> |
---|
739 | </PacmanPointSphere> |
---|
740 | |
---|
741 | <!-- 19 and 20 --> |
---|
742 | |
---|
743 | <PacmanPointSphere position="128,10,-85"> |
---|
744 | <attached> |
---|
745 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
746 | </attached> |
---|
747 | </PacmanPointSphere> |
---|
748 | |
---|
749 | <PacmanPointSphere position="146,10,-85"> |
---|
750 | <attached> |
---|
751 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
752 | </attached> |
---|
753 | </PacmanPointSphere> |
---|
754 | |
---|
755 | <PacmanPointSphere position="164,10,-85"> |
---|
756 | <attached> |
---|
757 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
758 | </attached> |
---|
759 | </PacmanPointSphere> |
---|
760 | |
---|
761 | <PacmanPointSphere position="182,10,-85"> |
---|
762 | <attached> |
---|
763 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
764 | </attached> |
---|
765 | </PacmanPointSphere> |
---|
766 | |
---|
767 | <PacmanPointSphere position="200,10,-85"> |
---|
768 | <attached> |
---|
769 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
770 | </attached> |
---|
771 | </PacmanPointSphere> |
---|
772 | |
---|
773 | <PacmanPointSphere position="215,10,-85"> |
---|
774 | <attached> |
---|
775 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
776 | </attached> |
---|
777 | </PacmanPointSphere> |
---|
778 | |
---|
779 | <!-- POINTS sixth Line --> |
---|
780 | <PacmanPointSphere position="-215,10,-135"> |
---|
781 | <attached> |
---|
782 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
783 | </attached> |
---|
784 | </PacmanPointSphere> |
---|
785 | |
---|
786 | <PacmanPointSphere position="-197,10,-135"> |
---|
787 | <attached> |
---|
788 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
789 | </attached> |
---|
790 | </PacmanPointSphere> |
---|
791 | |
---|
792 | <PacmanPointSphere position="-179,10,-135"> |
---|
793 | <attached> |
---|
794 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
795 | </attached> |
---|
796 | </PacmanPointSphere> |
---|
797 | |
---|
798 | <PacmanPointSphere position="-161,10,-135"> |
---|
799 | <attached> |
---|
800 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
801 | </attached> |
---|
802 | </PacmanPointSphere> |
---|
803 | |
---|
804 | <PacmanPointSphere position="-143,10,-135"> |
---|
805 | <attached> |
---|
806 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
807 | </attached> |
---|
808 | </PacmanPointSphere> |
---|
809 | |
---|
810 | <PacmanPointSphere position="-125,10,-135"> |
---|
811 | <attached> |
---|
812 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
813 | </attached> |
---|
814 | </PacmanPointSphere> |
---|
815 | |
---|
816 | <PacmanPointSphere position="-107,10,-135"> |
---|
817 | <attached> |
---|
818 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
819 | </attached> |
---|
820 | </PacmanPointSphere> |
---|
821 | |
---|
822 | <PacmanPointSphere position="-89,10,-135"> |
---|
823 | <attached> |
---|
824 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
825 | </attached> |
---|
826 | </PacmanPointSphere> |
---|
827 | |
---|
828 | <PacmanPointSphere position="-71,10,-135"> |
---|
829 | <attached> |
---|
830 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
831 | </attached> |
---|
832 | </PacmanPointSphere> |
---|
833 | |
---|
834 | <PacmanPointSphere position="-53,10,-135"> |
---|
835 | <attached> |
---|
836 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
837 | </attached> |
---|
838 | </PacmanPointSphere> |
---|
839 | |
---|
840 | <PacmanPointSphere position="-35,10,-135"> |
---|
841 | <attached> |
---|
842 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
843 | </attached> |
---|
844 | </PacmanPointSphere> |
---|
845 | |
---|
846 | <PacmanPointSphere position="-20,10,-135"> |
---|
847 | <attached> |
---|
848 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
849 | </attached> |
---|
850 | </PacmanPointSphere> |
---|
851 | |
---|
852 | <PacmanPointSphere position="-7,10,-135"> |
---|
853 | <attached> |
---|
854 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
855 | </attached> |
---|
856 | </PacmanPointSphere> |
---|
857 | |
---|
858 | <PacmanPointSphere position="7,10,-135"> |
---|
859 | <attached> |
---|
860 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
861 | </attached> |
---|
862 | </PacmanPointSphere> |
---|
863 | |
---|
864 | <PacmanPointSphere position="20,10,-135"> |
---|
865 | <attached> |
---|
866 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
867 | </attached> |
---|
868 | </PacmanPointSphere> |
---|
869 | |
---|
870 | <PacmanPointSphere position="38,10,-135"> |
---|
871 | <attached> |
---|
872 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
873 | </attached> |
---|
874 | </PacmanPointSphere> |
---|
875 | |
---|
876 | <PacmanPointSphere position="56,10,-135"> |
---|
877 | <attached> |
---|
878 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
879 | </attached> |
---|
880 | </PacmanPointSphere> |
---|
881 | |
---|
882 | <PacmanPointSphere position="74,10,-135"> |
---|
883 | <attached> |
---|
884 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
885 | </attached> |
---|
886 | </PacmanPointSphere> |
---|
887 | |
---|
888 | <PacmanPointSphere position="92,10,-135"> |
---|
889 | <attached> |
---|
890 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
891 | </attached> |
---|
892 | </PacmanPointSphere> |
---|
893 | |
---|
894 | <PacmanPointSphere position="110,10,-135"> |
---|
895 | <attached> |
---|
896 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
897 | </attached> |
---|
898 | </PacmanPointSphere> |
---|
899 | |
---|
900 | <PacmanPointSphere position="128,10,-135"> |
---|
901 | <attached> |
---|
902 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
903 | </attached> |
---|
904 | </PacmanPointSphere> |
---|
905 | |
---|
906 | <PacmanPointSphere position="146,10,-135"> |
---|
907 | <attached> |
---|
908 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
909 | </attached> |
---|
910 | </PacmanPointSphere> |
---|
911 | |
---|
912 | <PacmanPointSphere position="164,10,-135"> |
---|
913 | <attached> |
---|
914 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
915 | </attached> |
---|
916 | </PacmanPointSphere> |
---|
917 | |
---|
918 | <PacmanPointSphere position="182,10,-135"> |
---|
919 | <attached> |
---|
920 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
921 | </attached> |
---|
922 | </PacmanPointSphere> |
---|
923 | |
---|
924 | <PacmanPointSphere position="200,10,-135"> |
---|
925 | <attached> |
---|
926 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
927 | </attached> |
---|
928 | </PacmanPointSphere> |
---|
929 | |
---|
930 | <PacmanPointSphere position="215,10,-135"> |
---|
931 | <attached> |
---|
932 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
933 | </attached> |
---|
934 | </PacmanPointSphere> |
---|
935 | |
---|
936 | <!-- POINTS seventh Line --> |
---|
937 | <PacmanPointSphere position="-215,10,-195"> |
---|
938 | <attached> |
---|
939 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
940 | </attached> |
---|
941 | </PacmanPointSphere> |
---|
942 | |
---|
943 | <PacmanPointSphere position="-197,10,-195"> |
---|
944 | <attached> |
---|
945 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
946 | </attached> |
---|
947 | </PacmanPointSphere> |
---|
948 | |
---|
949 | <PacmanPointSphere position="-179,10,-195"> |
---|
950 | <attached> |
---|
951 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
952 | </attached> |
---|
953 | </PacmanPointSphere> |
---|
954 | |
---|
955 | <PacmanPointSphere position="-161,10,-195"> |
---|
956 | <attached> |
---|
957 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
958 | </attached> |
---|
959 | </PacmanPointSphere> |
---|
960 | |
---|
961 | <PacmanPointSphere position="-143,10,-195"> |
---|
962 | <attached> |
---|
963 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
964 | </attached> |
---|
965 | </PacmanPointSphere> |
---|
966 | |
---|
967 | <PacmanPointSphere position="-125,10,-195"> |
---|
968 | <attached> |
---|
969 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
970 | </attached> |
---|
971 | </PacmanPointSphere> |
---|
972 | |
---|
973 | <PacmanPointSphere position="-107,10,-195"> |
---|
974 | <attached> |
---|
975 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
976 | </attached> |
---|
977 | </PacmanPointSphere> |
---|
978 | |
---|
979 | <PacmanPointSphere position="-89,10,-195"> |
---|
980 | <attached> |
---|
981 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
982 | </attached> |
---|
983 | </PacmanPointSphere> |
---|
984 | |
---|
985 | <PacmanPointSphere position="-71,10,-195"> |
---|
986 | <attached> |
---|
987 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
988 | </attached> |
---|
989 | </PacmanPointSphere> |
---|
990 | |
---|
991 | <PacmanPointSphere position="-53,10,-195"> |
---|
992 | <attached> |
---|
993 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
994 | </attached> |
---|
995 | </PacmanPointSphere> |
---|
996 | |
---|
997 | <PacmanPointSphere position="-35,10,-195"> |
---|
998 | <attached> |
---|
999 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1000 | </attached> |
---|
1001 | </PacmanPointSphere> |
---|
1002 | |
---|
1003 | <PacmanPointSphere position="-20,10,-195"> |
---|
1004 | <attached> |
---|
1005 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1006 | </attached> |
---|
1007 | </PacmanPointSphere> |
---|
1008 | |
---|
1009 | <!-- 13 and 14 --> |
---|
1010 | |
---|
1011 | <PacmanPointSphere position="20,10,-195"> |
---|
1012 | <attached> |
---|
1013 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1014 | </attached> |
---|
1015 | </PacmanPointSphere> |
---|
1016 | |
---|
1017 | <PacmanPointSphere position="38,10,-195"> |
---|
1018 | <attached> |
---|
1019 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1020 | </attached> |
---|
1021 | </PacmanPointSphere> |
---|
1022 | |
---|
1023 | <PacmanPointSphere position="56,10,-195"> |
---|
1024 | <attached> |
---|
1025 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1026 | </attached> |
---|
1027 | </PacmanPointSphere> |
---|
1028 | |
---|
1029 | <PacmanPointSphere position="74,10,-195"> |
---|
1030 | <attached> |
---|
1031 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1032 | </attached> |
---|
1033 | </PacmanPointSphere> |
---|
1034 | |
---|
1035 | <PacmanPointSphere position="92,10,-195"> |
---|
1036 | <attached> |
---|
1037 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1038 | </attached> |
---|
1039 | </PacmanPointSphere> |
---|
1040 | |
---|
1041 | <PacmanPointSphere position="110,10,-195"> |
---|
1042 | <attached> |
---|
1043 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1044 | </attached> |
---|
1045 | </PacmanPointSphere> |
---|
1046 | |
---|
1047 | <PacmanPointSphere position="128,10,-195"> |
---|
1048 | <attached> |
---|
1049 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1050 | </attached> |
---|
1051 | </PacmanPointSphere> |
---|
1052 | |
---|
1053 | <PacmanPointSphere position="146,10,-195"> |
---|
1054 | <attached> |
---|
1055 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1056 | </attached> |
---|
1057 | </PacmanPointSphere> |
---|
1058 | |
---|
1059 | <PacmanPointSphere position="164,10,-195"> |
---|
1060 | <attached> |
---|
1061 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1062 | </attached> |
---|
1063 | </PacmanPointSphere> |
---|
1064 | |
---|
1065 | <PacmanPointSphere position="182,10,-195"> |
---|
1066 | <attached> |
---|
1067 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1068 | </attached> |
---|
1069 | </PacmanPointSphere> |
---|
1070 | |
---|
1071 | <PacmanPointSphere position="200,10,-195"> |
---|
1072 | <attached> |
---|
1073 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1074 | </attached> |
---|
1075 | </PacmanPointSphere> |
---|
1076 | |
---|
1077 | <PacmanPointSphere position="215,10,-195"> |
---|
1078 | <attached> |
---|
1079 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1080 | </attached> |
---|
1081 | </PacmanPointSphere> |
---|
1082 | |
---|
1083 | <!-- POINTS first column --> |
---|
1084 | |
---|
1085 | <!-- 1 --> |
---|
1086 | |
---|
1087 | <PacmanPointSphere position="-215,10,-179"> |
---|
1088 | <attached> |
---|
1089 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1090 | </attached> |
---|
1091 | </PacmanPointSphere> |
---|
1092 | |
---|
1093 | <PacmanPointSphere position="-215,10,-163"> |
---|
1094 | <attached> |
---|
1095 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1096 | </attached> |
---|
1097 | </PacmanPointSphere> |
---|
1098 | |
---|
1099 | <PacmanPointSphere position="-215,10,-147"> |
---|
1100 | <attached> |
---|
1101 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1102 | </attached> |
---|
1103 | </PacmanPointSphere> |
---|
1104 | |
---|
1105 | <!-- 5 --> |
---|
1106 | |
---|
1107 | <PacmanPointSphere position="-215,10,-115"> |
---|
1108 | <attached> |
---|
1109 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1110 | </attached> |
---|
1111 | </PacmanPointSphere> |
---|
1112 | |
---|
1113 | <PacmanPointSphere position="-215,10,-99"> |
---|
1114 | <attached> |
---|
1115 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1116 | </attached> |
---|
1117 | </PacmanPointSphere> |
---|
1118 | |
---|
1119 | <!-- 8 --> |
---|
1120 | |
---|
1121 | <!-- 9 until 19 --> |
---|
1122 | |
---|
1123 | <!-- 20 --> |
---|
1124 | |
---|
1125 | <PacmanPointSphere position="-215,10,122"> |
---|
1126 | <attached> |
---|
1127 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1128 | </attached> |
---|
1129 | </PacmanPointSphere> |
---|
1130 | |
---|
1131 | <PacmanPointSphere position="-215,10,137"> |
---|
1132 | <attached> |
---|
1133 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1134 | </attached> |
---|
1135 | </PacmanPointSphere> |
---|
1136 | |
---|
1137 | <!-- 23 --> |
---|
1138 | |
---|
1139 | <!-- 24 and 25 --> |
---|
1140 | |
---|
1141 | <!-- 26 --> |
---|
1142 | |
---|
1143 | <PacmanPointSphere position="-215,10,214"> |
---|
1144 | <attached> |
---|
1145 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1146 | </attached> |
---|
1147 | </PacmanPointSphere> |
---|
1148 | |
---|
1149 | <PacmanPointSphere position="-215,10,229"> |
---|
1150 | <attached> |
---|
1151 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1152 | </attached> |
---|
1153 | </PacmanPointSphere> |
---|
1154 | |
---|
1155 | <!-- 29 --> |
---|
1156 | |
---|
1157 | |
---|
1158 | <!-- POINTS seconde column --> |
---|
1159 | |
---|
1160 | <!-- 1 --> |
---|
1161 | |
---|
1162 | <PacmanPointSphere position="-135,10,-179"> |
---|
1163 | <attached> |
---|
1164 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1165 | </attached> |
---|
1166 | </PacmanPointSphere> |
---|
1167 | |
---|
1168 | <PacmanPointSphere position="-135,10,-163"> |
---|
1169 | <attached> |
---|
1170 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1171 | </attached> |
---|
1172 | </PacmanPointSphere> |
---|
1173 | |
---|
1174 | <PacmanPointSphere position="-135,10,-147"> |
---|
1175 | <attached> |
---|
1176 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1177 | </attached> |
---|
1178 | </PacmanPointSphere> |
---|
1179 | |
---|
1180 | <!-- 5 --> |
---|
1181 | |
---|
1182 | <PacmanPointSphere position="-135,10,-115"> |
---|
1183 | <attached> |
---|
1184 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1185 | </attached> |
---|
1186 | </PacmanPointSphere> |
---|
1187 | |
---|
1188 | <PacmanPointSphere position="-135,10,-99"> |
---|
1189 | <attached> |
---|
1190 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1191 | </attached> |
---|
1192 | </PacmanPointSphere> |
---|
1193 | |
---|
1194 | <!-- 8 --> |
---|
1195 | |
---|
1196 | <PacmanPointSphere position="-135,10,-67"> |
---|
1197 | <attached> |
---|
1198 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1199 | </attached> |
---|
1200 | </PacmanPointSphere> |
---|
1201 | |
---|
1202 | <PacmanPointSphere position="-135,10,-51"> |
---|
1203 | <attached> |
---|
1204 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1205 | </attached> |
---|
1206 | </PacmanPointSphere> |
---|
1207 | |
---|
1208 | <PacmanPointSphere position="-135,10,-35"> |
---|
1209 | <attached> |
---|
1210 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1211 | </attached> |
---|
1212 | </PacmanPointSphere> |
---|
1213 | |
---|
1214 | <PacmanPointSphere position="-135,10,-19"> |
---|
1215 | <attached> |
---|
1216 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1217 | </attached> |
---|
1218 | </PacmanPointSphere> |
---|
1219 | |
---|
1220 | <PacmanPointSphere position="-135,10,-3"> |
---|
1221 | <attached> |
---|
1222 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1223 | </attached> |
---|
1224 | </PacmanPointSphere> |
---|
1225 | |
---|
1226 | <PacmanPointSphere position="-135,10,15"> |
---|
1227 | <attached> |
---|
1228 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1229 | </attached> |
---|
1230 | </PacmanPointSphere> |
---|
1231 | |
---|
1232 | <PacmanPointSphere position="-135,10,30"> |
---|
1233 | <attached> |
---|
1234 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1235 | </attached> |
---|
1236 | </PacmanPointSphere> |
---|
1237 | |
---|
1238 | <PacmanPointSphere position="-135,10,45"> |
---|
1239 | <attached> |
---|
1240 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1241 | </attached> |
---|
1242 | </PacmanPointSphere> |
---|
1243 | |
---|
1244 | <PacmanPointSphere position="-135,10,61"> |
---|
1245 | <attached> |
---|
1246 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1247 | </attached> |
---|
1248 | </PacmanPointSphere> |
---|
1249 | |
---|
1250 | <PacmanPointSphere position="-135,10,76"> |
---|
1251 | <attached> |
---|
1252 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1253 | </attached> |
---|
1254 | </PacmanPointSphere> |
---|
1255 | |
---|
1256 | <PacmanPointSphere position="-135,10,91"> |
---|
1257 | <attached> |
---|
1258 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1259 | </attached> |
---|
1260 | </PacmanPointSphere> |
---|
1261 | |
---|
1262 | <!-- 20 --> |
---|
1263 | |
---|
1264 | <PacmanPointSphere position="-135,10,122"> |
---|
1265 | <attached> |
---|
1266 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1267 | </attached> |
---|
1268 | </PacmanPointSphere> |
---|
1269 | |
---|
1270 | <PacmanPointSphere position="-135,10,137"> |
---|
1271 | <attached> |
---|
1272 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1273 | </attached> |
---|
1274 | </PacmanPointSphere> |
---|
1275 | |
---|
1276 | <!-- 23 --> |
---|
1277 | |
---|
1278 | <PacmanPointSphere position="-135,10,168"> |
---|
1279 | <attached> |
---|
1280 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1281 | </attached> |
---|
1282 | </PacmanPointSphere> |
---|
1283 | |
---|
1284 | <PacmanPointSphere position="-135,10,183"> |
---|
1285 | <attached> |
---|
1286 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1287 | </attached> |
---|
1288 | </PacmanPointSphere> |
---|
1289 | |
---|
1290 | <!-- 26 --> |
---|
1291 | |
---|
1292 | <!-- 27 and 28 --> |
---|
1293 | |
---|
1294 | <!-- 29 --> |
---|
1295 | |
---|
1296 | |
---|
1297 | <!-- POINTS third column --> |
---|
1298 | |
---|
1299 | <!-- 1 --> |
---|
1300 | |
---|
1301 | <!-- 2 until 4 --> |
---|
1302 | |
---|
1303 | <!-- 5 --> |
---|
1304 | |
---|
1305 | <PacmanPointSphere position="-70,10,-115"> |
---|
1306 | <attached> |
---|
1307 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1308 | </attached> |
---|
1309 | </PacmanPointSphere> |
---|
1310 | |
---|
1311 | <PacmanPointSphere position="-70,10,-99"> |
---|
1312 | <attached> |
---|
1313 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1314 | </attached> |
---|
1315 | </PacmanPointSphere> |
---|
1316 | |
---|
1317 | <!-- 8 --> |
---|
1318 | |
---|
1319 | <!-- 9 until 19 --> |
---|
1320 | |
---|
1321 | <!-- 20 --> |
---|
1322 | |
---|
1323 | <!-- 21 and 22 --> |
---|
1324 | |
---|
1325 | <!-- 23 --> |
---|
1326 | |
---|
1327 | <PacmanPointSphere position="-70,10,168"> |
---|
1328 | <attached> |
---|
1329 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1330 | </attached> |
---|
1331 | </PacmanPointSphere> |
---|
1332 | |
---|
1333 | <PacmanPointSphere position="-70,10,183"> |
---|
1334 | <attached> |
---|
1335 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1336 | </attached> |
---|
1337 | </PacmanPointSphere> |
---|
1338 | |
---|
1339 | <!-- 26 --> |
---|
1340 | |
---|
1341 | <!-- 27 and 28 --> |
---|
1342 | |
---|
1343 | <!-- 29 --> |
---|
1344 | |
---|
1345 | |
---|
1346 | <!-- POINTS fourth column --> |
---|
1347 | |
---|
1348 | <!-- 1 --> |
---|
1349 | |
---|
1350 | <PacmanPointSphere position="-20,10,-179"> |
---|
1351 | <attached> |
---|
1352 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1353 | </attached> |
---|
1354 | </PacmanPointSphere> |
---|
1355 | |
---|
1356 | <PacmanPointSphere position="-20,10,-163"> |
---|
1357 | <attached> |
---|
1358 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1359 | </attached> |
---|
1360 | </PacmanPointSphere> |
---|
1361 | |
---|
1362 | <PacmanPointSphere position="-20,10,-147"> |
---|
1363 | <attached> |
---|
1364 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1365 | </attached> |
---|
1366 | </PacmanPointSphere> |
---|
1367 | |
---|
1368 | <!-- 5 --> |
---|
1369 | |
---|
1370 | <!-- 6 and 7 --> |
---|
1371 | |
---|
1372 | <!-- 8 --> |
---|
1373 | |
---|
1374 | <!-- 9 and 19 --> |
---|
1375 | |
---|
1376 | <!-- 20 --> |
---|
1377 | |
---|
1378 | <PacmanPointSphere position="-20,10,122"> |
---|
1379 | <attached> |
---|
1380 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1381 | </attached> |
---|
1382 | </PacmanPointSphere> |
---|
1383 | |
---|
1384 | <PacmanPointSphere position="-20,10,137"> |
---|
1385 | <attached> |
---|
1386 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1387 | </attached> |
---|
1388 | </PacmanPointSphere> |
---|
1389 | |
---|
1390 | <!-- 23 --> |
---|
1391 | |
---|
1392 | <!-- 24 and 25 --> |
---|
1393 | |
---|
1394 | <!-- 26 --> |
---|
1395 | |
---|
1396 | <PacmanPointSphere position="-20,10,214"> |
---|
1397 | <attached> |
---|
1398 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1399 | </attached> |
---|
1400 | </PacmanPointSphere> |
---|
1401 | |
---|
1402 | <PacmanPointSphere position="-20,10,229"> |
---|
1403 | <attached> |
---|
1404 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1405 | </attached> |
---|
1406 | </PacmanPointSphere> |
---|
1407 | |
---|
1408 | <!-- 29 --> |
---|
1409 | |
---|
1410 | |
---|
1411 | <!-- POINTS fifth column --> |
---|
1412 | |
---|
1413 | <!-- 1 --> |
---|
1414 | |
---|
1415 | <PacmanPointSphere position="20,10,-179"> |
---|
1416 | <attached> |
---|
1417 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1418 | </attached> |
---|
1419 | </PacmanPointSphere> |
---|
1420 | |
---|
1421 | <PacmanPointSphere position="20,10,-163"> |
---|
1422 | <attached> |
---|
1423 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1424 | </attached> |
---|
1425 | </PacmanPointSphere> |
---|
1426 | |
---|
1427 | <PacmanPointSphere position="20,10,-147"> |
---|
1428 | <attached> |
---|
1429 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1430 | </attached> |
---|
1431 | </PacmanPointSphere> |
---|
1432 | |
---|
1433 | <!-- 5 --> |
---|
1434 | |
---|
1435 | <!-- 6 and 7 --> |
---|
1436 | |
---|
1437 | <!-- 8 --> |
---|
1438 | |
---|
1439 | <!-- 9 and 19 --> |
---|
1440 | |
---|
1441 | <!-- 20 --> |
---|
1442 | |
---|
1443 | <PacmanPointSphere position="20,10,122"> |
---|
1444 | <attached> |
---|
1445 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1446 | </attached> |
---|
1447 | </PacmanPointSphere> |
---|
1448 | |
---|
1449 | <PacmanPointSphere position="20,10,137"> |
---|
1450 | <attached> |
---|
1451 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1452 | </attached> |
---|
1453 | </PacmanPointSphere> |
---|
1454 | |
---|
1455 | <!-- 23 --> |
---|
1456 | |
---|
1457 | <!-- 24 and 25 --> |
---|
1458 | |
---|
1459 | <!-- 26 --> |
---|
1460 | |
---|
1461 | <PacmanPointSphere position="20,10,214"> |
---|
1462 | <attached> |
---|
1463 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1464 | </attached> |
---|
1465 | </PacmanPointSphere> |
---|
1466 | |
---|
1467 | <PacmanPointSphere position="20,10,229"> |
---|
1468 | <attached> |
---|
1469 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1470 | </attached> |
---|
1471 | </PacmanPointSphere> |
---|
1472 | |
---|
1473 | <!-- 29 --> |
---|
1474 | |
---|
1475 | |
---|
1476 | <!-- POINTS sixth column --> |
---|
1477 | |
---|
1478 | <!-- 1 --> |
---|
1479 | |
---|
1480 | <!-- 2 until 4 --> |
---|
1481 | |
---|
1482 | <!-- 5 --> |
---|
1483 | |
---|
1484 | <PacmanPointSphere position="70,10,-115"> |
---|
1485 | <attached> |
---|
1486 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1487 | </attached> |
---|
1488 | </PacmanPointSphere> |
---|
1489 | |
---|
1490 | <PacmanPointSphere position="70,10,-99"> |
---|
1491 | <attached> |
---|
1492 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1493 | </attached> |
---|
1494 | </PacmanPointSphere> |
---|
1495 | |
---|
1496 | <!-- 8 --> |
---|
1497 | |
---|
1498 | <!-- 9 until 19 --> |
---|
1499 | |
---|
1500 | <!-- 20 --> |
---|
1501 | |
---|
1502 | <!-- 21 and 22 --> |
---|
1503 | |
---|
1504 | <!-- 23 --> |
---|
1505 | |
---|
1506 | <PacmanPointSphere position="70,10,168"> |
---|
1507 | <attached> |
---|
1508 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1509 | </attached> |
---|
1510 | </PacmanPointSphere> |
---|
1511 | |
---|
1512 | <PacmanPointSphere position="70,10,183"> |
---|
1513 | <attached> |
---|
1514 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1515 | </attached> |
---|
1516 | </PacmanPointSphere> |
---|
1517 | |
---|
1518 | <!-- 26 --> |
---|
1519 | |
---|
1520 | <!-- 27 and 28 --> |
---|
1521 | |
---|
1522 | <!-- 29 --> |
---|
1523 | |
---|
1524 | |
---|
1525 | <!-- POINTS seventh column --> |
---|
1526 | |
---|
1527 | <!-- 1 --> |
---|
1528 | |
---|
1529 | <PacmanPointSphere position="135,10,-179"> |
---|
1530 | <attached> |
---|
1531 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1532 | </attached> |
---|
1533 | </PacmanPointSphere> |
---|
1534 | |
---|
1535 | <PacmanPointSphere position="135,10,-163"> |
---|
1536 | <attached> |
---|
1537 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1538 | </attached> |
---|
1539 | </PacmanPointSphere> |
---|
1540 | |
---|
1541 | <PacmanPointSphere position="135,10,-147"> |
---|
1542 | <attached> |
---|
1543 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1544 | </attached> |
---|
1545 | </PacmanPointSphere> |
---|
1546 | |
---|
1547 | <!-- 5 --> |
---|
1548 | |
---|
1549 | <PacmanPointSphere position="135,10,-115"> |
---|
1550 | <attached> |
---|
1551 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1552 | </attached> |
---|
1553 | </PacmanPointSphere> |
---|
1554 | |
---|
1555 | <PacmanPointSphere position="135,10,-99"> |
---|
1556 | <attached> |
---|
1557 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1558 | </attached> |
---|
1559 | </PacmanPointSphere> |
---|
1560 | |
---|
1561 | <!-- 8 --> |
---|
1562 | |
---|
1563 | <PacmanPointSphere position="135,10,-67"> |
---|
1564 | <attached> |
---|
1565 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1566 | </attached> |
---|
1567 | </PacmanPointSphere> |
---|
1568 | |
---|
1569 | <PacmanPointSphere position="135,10,-51"> |
---|
1570 | <attached> |
---|
1571 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1572 | </attached> |
---|
1573 | </PacmanPointSphere> |
---|
1574 | |
---|
1575 | <PacmanPointSphere position="135,10,-35"> |
---|
1576 | <attached> |
---|
1577 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1578 | </attached> |
---|
1579 | </PacmanPointSphere> |
---|
1580 | |
---|
1581 | <PacmanPointSphere position="135,10,-19"> |
---|
1582 | <attached> |
---|
1583 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1584 | </attached> |
---|
1585 | </PacmanPointSphere> |
---|
1586 | |
---|
1587 | <PacmanPointSphere position="135,10,-3"> |
---|
1588 | <attached> |
---|
1589 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1590 | </attached> |
---|
1591 | </PacmanPointSphere> |
---|
1592 | |
---|
1593 | <PacmanPointSphere position="135,10,15"> |
---|
1594 | <attached> |
---|
1595 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1596 | </attached> |
---|
1597 | </PacmanPointSphere> |
---|
1598 | |
---|
1599 | <PacmanPointSphere position="135,10,30"> |
---|
1600 | <attached> |
---|
1601 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1602 | </attached> |
---|
1603 | </PacmanPointSphere> |
---|
1604 | |
---|
1605 | <PacmanPointSphere position="135,10,45"> |
---|
1606 | <attached> |
---|
1607 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1608 | </attached> |
---|
1609 | </PacmanPointSphere> |
---|
1610 | |
---|
1611 | <PacmanPointSphere position="135,10,61"> |
---|
1612 | <attached> |
---|
1613 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1614 | </attached> |
---|
1615 | </PacmanPointSphere> |
---|
1616 | |
---|
1617 | <PacmanPointSphere position="135,10,76"> |
---|
1618 | <attached> |
---|
1619 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1620 | </attached> |
---|
1621 | </PacmanPointSphere> |
---|
1622 | |
---|
1623 | <PacmanPointSphere position="135,10,91"> |
---|
1624 | <attached> |
---|
1625 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1626 | </attached> |
---|
1627 | </PacmanPointSphere> |
---|
1628 | |
---|
1629 | <!-- 20 --> |
---|
1630 | |
---|
1631 | <PacmanPointSphere position="135,10,122"> |
---|
1632 | <attached> |
---|
1633 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1634 | </attached> |
---|
1635 | </PacmanPointSphere> |
---|
1636 | |
---|
1637 | <PacmanPointSphere position="135,10,137"> |
---|
1638 | <attached> |
---|
1639 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1640 | </attached> |
---|
1641 | </PacmanPointSphere> |
---|
1642 | |
---|
1643 | <!-- 23 --> |
---|
1644 | |
---|
1645 | <PacmanPointSphere position="135,10,168"> |
---|
1646 | <attached> |
---|
1647 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1648 | </attached> |
---|
1649 | </PacmanPointSphere> |
---|
1650 | |
---|
1651 | <PacmanPointSphere position="135,10,183"> |
---|
1652 | <attached> |
---|
1653 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1654 | </attached> |
---|
1655 | </PacmanPointSphere> |
---|
1656 | |
---|
1657 | <!-- 26 --> |
---|
1658 | |
---|
1659 | <!-- 27 and 28 --> |
---|
1660 | |
---|
1661 | <!-- 29 --> |
---|
1662 | |
---|
1663 | <!-- POINTS first column --> |
---|
1664 | |
---|
1665 | <!-- 1 --> |
---|
1666 | |
---|
1667 | <PacmanPointSphere position="215,10,-179"> |
---|
1668 | <attached> |
---|
1669 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1670 | </attached> |
---|
1671 | </PacmanPointSphere> |
---|
1672 | |
---|
1673 | <PacmanPointSphere position="215,10,-163"> |
---|
1674 | <attached> |
---|
1675 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1676 | </attached> |
---|
1677 | </PacmanPointSphere> |
---|
1678 | |
---|
1679 | <PacmanPointSphere position="215,10,-147"> |
---|
1680 | <attached> |
---|
1681 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1682 | </attached> |
---|
1683 | </PacmanPointSphere> |
---|
1684 | |
---|
1685 | <!-- 5 --> |
---|
1686 | |
---|
1687 | <PacmanPointSphere position="215,10,-115"> |
---|
1688 | <attached> |
---|
1689 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1690 | </attached> |
---|
1691 | </PacmanPointSphere> |
---|
1692 | |
---|
1693 | <PacmanPointSphere position="215,10,-99"> |
---|
1694 | <attached> |
---|
1695 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1696 | </attached> |
---|
1697 | </PacmanPointSphere> |
---|
1698 | |
---|
1699 | <!-- 8 --> |
---|
1700 | |
---|
1701 | <!-- 9 until 19 --> |
---|
1702 | |
---|
1703 | <!-- 20 --> |
---|
1704 | |
---|
1705 | <PacmanPointSphere position="215,10,122"> |
---|
1706 | <attached> |
---|
1707 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1708 | </attached> |
---|
1709 | </PacmanPointSphere> |
---|
1710 | |
---|
1711 | <PacmanPointSphere position="215,10,137"> |
---|
1712 | <attached> |
---|
1713 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1714 | </attached> |
---|
1715 | </PacmanPointSphere> |
---|
1716 | |
---|
1717 | <!-- 23 --> |
---|
1718 | |
---|
1719 | <!-- 24 and 25 --> |
---|
1720 | |
---|
1721 | <!-- 26 --> |
---|
1722 | |
---|
1723 | <PacmanPointSphere position="215,10,214"> |
---|
1724 | <attached> |
---|
1725 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1726 | </attached> |
---|
1727 | </PacmanPointSphere> |
---|
1728 | |
---|
1729 | <PacmanPointSphere position="215,10,229"> |
---|
1730 | <attached> |
---|
1731 | <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" /> |
---|
1732 | </attached> |
---|
1733 | </PacmanPointSphere> |
---|
1734 | |
---|
1735 | <!-- 29 --> |
---|
1736 | |
---|
1737 | |
---|
1738 | <!-- AfraidPoints --> |
---|
1739 | <PacmanPointAfraid position="-215,10,-163"> |
---|
1740 | <attached> |
---|
1741 | <Model position="0,0,0" mesh="PacmanPointAfraid.mesh" scale="10" /> |
---|
1742 | </attached> |
---|
1743 | </PacmanPointAfraid> |
---|
1744 | |
---|
1745 | <PacmanPointAfraid position="215,10,-163"> |
---|
1746 | <attached> |
---|
1747 | <Model position="0,0,0" mesh="PacmanPointAfraid.mesh" scale="10" /> |
---|
1748 | </attached> |
---|
1749 | </PacmanPointAfraid> |
---|
1750 | |
---|
1751 | <PacmanPointAfraid position="-215,10,105"> |
---|
1752 | <attached> |
---|
1753 | <Model position="0,0,0" mesh="PacmanPointAfraid.mesh" scale="10" /> |
---|
1754 | </attached> |
---|
1755 | </PacmanPointAfraid> |
---|
1756 | |
---|
1757 | <PacmanPointAfraid position="215,10,105"> |
---|
1758 | <attached> |
---|
1759 | <Model position="0,0,0" mesh="PacmanPointAfraid.mesh" scale="10" /> |
---|
1760 | </attached> |
---|
1761 | </PacmanPointAfraid> |
---|
1762 | |
---|
1763 | |
---|
1764 | <!-- Map --> |
---|
1765 | <StaticEntity position="0,0,25" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > |
---|
1766 | <attached> |
---|
1767 | <Model position="0,0,0" mesh="PacmanMap.mesh" scale="50" /> |
---|
1768 | </attached> |
---|
1769 | <collisionShapes> |
---|
1770 | |
---|
1771 | <!-- Edge --> |
---|
1772 | <BoxCollisionShape position="250,10,0" halfExtents="15,15,250" /> |
---|
1773 | <BoxCollisionShape position="-250,10,0" halfExtents="15,15,250" /> |
---|
1774 | <BoxCollisionShape position="0,10,250" halfExtents="250,15,15" /> |
---|
1775 | <BoxCollisionShape position="0,10,-250" halfExtents="250,15,15" /> |
---|
1776 | |
---|
1777 | <!-- Shapes in order --> |
---|
1778 | <BoxCollisionShape position="-200,10,-65" halfExtents="55,15,35" /> |
---|
1779 | <BoxCollisionShape position="-200,10,30" halfExtents="55,15,35" /> |
---|
1780 | <BoxCollisionShape position="200,10,-65" halfExtents="55,15,35" /> |
---|
1781 | <BoxCollisionShape position="200,10,30" halfExtents="55,15,35" /> |
---|
1782 | <BoxCollisionShape position="-175,10,-195" halfExtents="30,15,20" /> <!-- 5 --> |
---|
1783 | <BoxCollisionShape position="-80,10,-195" halfExtents="40,15,20" /> |
---|
1784 | <BoxCollisionShape position="-175,10,-140" halfExtents="30,15,10" /> |
---|
1785 | <BoxCollisionShape position="0,10,-210" halfExtents="10,15,30" /> |
---|
1786 | <BoxCollisionShape position="80,10,-195" halfExtents="40,15,20" /> |
---|
1787 | <BoxCollisionShape position="175,10,-195" halfExtents="30,15,20" /> <!-- 10 --> |
---|
1788 | <BoxCollisionShape position="175,10,-140" halfExtents="30,15,10" /> |
---|
1789 | <BoxCollisionShape position="0,10,-140" halfExtents="60,15,10" /> |
---|
1790 | <BoxCollisionShape position="0,10,-110" halfExtents="10,15,25" /> |
---|
1791 | <BoxCollisionShape position="-100,10,-90" halfExtents="10,15,60" /> |
---|
1792 | <BoxCollisionShape position="-70,10,-90" halfExtents="25,15,10" /> <!-- 15 --> |
---|
1793 | <BoxCollisionShape position="100,10,-90" halfExtents="10,15,60" /> |
---|
1794 | <BoxCollisionShape position="70,10,-90" halfExtents="25,15,10" /> |
---|
1795 | <BoxCollisionShape position="0,10,-20" halfExtents="60,15,35" /> |
---|
1796 | <BoxCollisionShape position="-100,10,30" halfExtents="10,15,35" /> |
---|
1797 | <BoxCollisionShape position="0,10,50" halfExtents="60,15,10" /> <!-- 20 --> |
---|
1798 | <BoxCollisionShape position="0,10,80" halfExtents="10,15,25" /> |
---|
1799 | <BoxCollisionShape position="100,10,30" halfExtents="10,15,35" /> |
---|
1800 | <BoxCollisionShape position="-175,10,100" halfExtents="30,15,10" /> |
---|
1801 | <BoxCollisionShape position="-155,10,130" halfExtents="10,15,25" /> |
---|
1802 | <BoxCollisionShape position="-75,10,100" halfExtents="35,15,10" /> <!-- 25 --> |
---|
1803 | <BoxCollisionShape position="75,10,100" halfExtents="35,15,10" /> |
---|
1804 | <BoxCollisionShape position="175,10,100" halfExtents="30,15,10" /> |
---|
1805 | <BoxCollisionShape position="155,10,130" halfExtents="10,15,25" /> |
---|
1806 | <BoxCollisionShape position="-220,10,150" halfExtents="20,15,10" /> |
---|
1807 | <BoxCollisionShape position="-220,10,150" halfExtents="20,15,10" /> <!-- 30 --> |
---|
1808 | <BoxCollisionShape position="0,10,150" halfExtents="60,15,10" /> |
---|
1809 | <BoxCollisionShape position="0,10,180" halfExtents="10,15,25" /> |
---|
1810 | <BoxCollisionShape position="-100,10,170" halfExtents="10,15,25" /> |
---|
1811 | <BoxCollisionShape position="-125,10,200" halfExtents="80,15,10" /> |
---|
1812 | <BoxCollisionShape position="100,10,170" halfExtents="10,15,25" /> <!-- 35 --> |
---|
1813 | <BoxCollisionShape position="125,10,200" halfExtents="80,15,10" /> |
---|
1814 | |
---|
1815 | |
---|
1816 | </collisionShapes> |
---|
1817 | </StaticEntity> |
---|
1818 | |
---|
1819 | <PortalEndPoint position="-240,10,0" id="1" distance="40" target="Pawn"/> |
---|
1820 | <PortalEndPoint position="240,10,0" id="2" distance="40" target="Pawn"/> |
---|
1821 | <PortalLink fromID="1" toID="2" /> |
---|
1822 | <PortalLink fromID="2" toID="1" /> |
---|
1823 | </Scene> |
---|
1824 | </Level> |
---|