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