Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS19/data/levels/3DPacman.oxw @ 12385

Last change on this file since 12385 was 12385, checked in by pemil, 5 years ago

final 1.0

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