[11449] | 1 | <LevelInfo |
---|
| 2 | name = "Super Orxo Bros." |
---|
| 3 | description = "The retro-game Super Mario Bros. in Orxonox." |
---|
| 4 | tags = "minigame" |
---|
| 5 | screenshot = "SOB.png" |
---|
| 6 | /> |
---|
| 7 | |
---|
| 8 | <?lua |
---|
| 9 | include("stats.oxo") |
---|
| 10 | include("templates/lodInformation.oxt") |
---|
| 11 | include("overlays/SOBHUD.oxo") |
---|
| 12 | ?> |
---|
| 13 | |
---|
| 14 | |
---|
[11783] | 15 | |
---|
[11449] | 16 | <Template name=mushroom defaults=0> |
---|
| 17 | <SOBMushroom collisionType="dynamic" speed=30> |
---|
| 18 | <attached> |
---|
| 19 | <Model mesh="Pilz.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 20 | </attached> |
---|
| 21 | <collisionShapes> |
---|
| 22 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,5" /> |
---|
| 23 | </collisionShapes> |
---|
| 24 | </SOBMushroom> |
---|
| 25 | </Template> |
---|
| 26 | |
---|
| 27 | <Template name=coin defaults=0 > |
---|
| 28 | <SOBCoin speed = 15 lifetime = 0.7> |
---|
| 29 | <attached> |
---|
| 30 | <Model mesh="Coin.mesh" position="0,0,11" scale=3 pitch=-90 roll=90/> |
---|
| 31 | </attached> |
---|
| 32 | |
---|
| 33 | </SOBCoin> |
---|
| 34 | </Template> |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | <Template name=sobfigurecameras defaults=0> |
---|
| 39 | <SOBFigure> |
---|
| 40 | <camerapositions> |
---|
[12031] | 41 | <CameraPosition position="0,-250,30" absolute=true mouselook=false drag=false direction="0,1,0"/> |
---|
[11449] | 42 | </camerapositions> |
---|
| 43 | </SOBFigure> |
---|
| 44 | </Template> |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | <Template name=sobFigureTemplate> |
---|
| 50 | <SOBFigure camerapositiontemplate=sobfigurecameras collisionType="dynamic" position="0,0,30"> |
---|
| 51 | <attached> |
---|
| 52 | <Model mesh="orxo.mesh" position = "0,0,12" scale=2.5 pitch=0 roll=90 yaw=90/> |
---|
| 53 | <ParticleSpawner source="Orxonox/fire4" startdelay=0 position="-4,0,0" visible="false"/> |
---|
| 54 | </attached> |
---|
| 55 | |
---|
| 56 | <collisionShapes> |
---|
[11783] | 57 | <BoxCollisionShape position="0,0,2" halfExtents="3,1,10" /> |
---|
[11449] | 58 | </collisionShapes> |
---|
| 59 | |
---|
| 60 | |
---|
| 61 | </SOBFigure> |
---|
[11783] | 62 | </Template> |
---|
| 63 | |
---|
| 64 | |
---|
| 65 | <Template name=fireball> |
---|
| 66 | <SOBFireball collisionType="dynamic" speed=90> |
---|
| 67 | <attached> |
---|
| 68 | <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/> |
---|
| 69 | |
---|
| 70 | <ParticleSpawner source="Orxonox/fire4" startdelay=0 position="-4,0,0" visible="false"/> |
---|
| 71 | |
---|
| 72 | </attached> |
---|
| 73 | <collisionShapes> |
---|
| 74 | <SphereCollisionShape position="0,0,0" radius="3" /> |
---|
| 75 | </collisionShapes> |
---|
| 76 | </SOBFireball> |
---|
[11449] | 77 | </Template> |
---|
| 78 | |
---|
[11783] | 79 | <Template name=gumbaShootable> |
---|
| 80 | <SOBGumba collisionType="dynamic" speed=60> |
---|
| 81 | <attached> |
---|
| 82 | <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/> |
---|
| 83 | </attached> |
---|
| 84 | <collisionShapes> |
---|
| 85 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" /> |
---|
| 86 | </collisionShapes> |
---|
| 87 | </SOBGumba> |
---|
| 88 | </Template> |
---|
| 89 | |
---|
| 90 | |
---|
[11449] | 91 | <Level |
---|
| 92 | plugins = "superorxobros" |
---|
| 93 | gametype = "SOB" |
---|
| 94 | >- |
---|
| 95 | |
---|
| 96 | |
---|
| 97 | <templates> |
---|
| 98 | <Template link=lodtemplate_default /> |
---|
| 99 | </templates> |
---|
| 100 | <?lua include("includes/notifications.oxi") ?> |
---|
| 101 | |
---|
| 102 | <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true"/> |
---|
| 103 | |
---|
| 104 | |
---|
| 105 | <Scene ambientlight="1.0, 1.0, 1.0" skybox="Orxonox/skyBoxBasic"> |
---|
| 106 | <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" /> |
---|
| 107 | <SpawnPoint position="1984,-5,88 " orientation="0.534038, 0.563456, 0.212168, 0.593553" /> |
---|
| 108 | |
---|
| 109 | |
---|
| 110 | |
---|
| 111 | <MovableEntity > |
---|
| 112 | <attached> |
---|
| 113 | <SOBCenterpoint name=jumpcenter cameraOffset="10" figureTemplate=sobFigureTemplate> |
---|
| 114 | <attached> |
---|
| 115 | </attached> |
---|
| 116 | </SOBCenterpoint> |
---|
| 117 | |
---|
| 118 | </attached> |
---|
| 119 | </MovableEntity> |
---|
| 120 | |
---|
| 121 | |
---|
| 122 | |
---|
[11783] | 123 | |
---|
[12031] | 124 | <!-- SOBGumbas undergroundlevel--> |
---|
| 125 | <SOBGumba collisionType="dynamic" speed=20 position = "350,0,-70"> |
---|
| 126 | <attached> |
---|
| 127 | <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/> |
---|
| 128 | |
---|
| 129 | </attached> |
---|
| 130 | <collisionShapes> |
---|
| 131 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" /> |
---|
| 132 | </collisionShapes> |
---|
| 133 | </SOBGumba> |
---|
[11783] | 134 | |
---|
| 135 | |
---|
| 136 | |
---|
[12031] | 137 | <!-- SOBGumbas groundlevel--> |
---|
[11449] | 138 | <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0"> |
---|
| 139 | <attached> |
---|
| 140 | <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/> |
---|
| 141 | |
---|
| 142 | </attached> |
---|
| 143 | <collisionShapes> |
---|
| 144 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" /> |
---|
| 145 | </collisionShapes> |
---|
| 146 | </SOBGumba> |
---|
[11783] | 147 | |
---|
[11449] | 148 | <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0"> |
---|
| 149 | <attached> |
---|
| 150 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 151 | |
---|
| 152 | </attached> |
---|
| 153 | <collisionShapes> |
---|
| 154 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 155 | </collisionShapes> |
---|
| 156 | </SOBGumba> |
---|
| 157 | <SOBGumba collisionType="dynamic" speed=30 position = "500,0,0"> |
---|
| 158 | <attached> |
---|
| 159 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 160 | |
---|
| 161 | </attached> |
---|
| 162 | <collisionShapes> |
---|
| 163 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 164 | </collisionShapes> |
---|
| 165 | </SOBGumba> |
---|
| 166 | |
---|
| 167 | <SOBGumba collisionType="dynamic" speed=30 position = "510,0,0"> |
---|
| 168 | <attached> |
---|
| 169 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 170 | |
---|
| 171 | </attached> |
---|
| 172 | <collisionShapes> |
---|
| 173 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 174 | </collisionShapes> |
---|
| 175 | </SOBGumba> |
---|
| 176 | <SOBGumba collisionType="dynamic" speed=30 position = "930,0,0"> |
---|
| 177 | <attached> |
---|
| 178 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 179 | |
---|
| 180 | </attached> |
---|
| 181 | <collisionShapes> |
---|
| 182 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 183 | </collisionShapes> |
---|
| 184 | </SOBGumba> |
---|
| 185 | |
---|
| 186 | <SOBGumba collisionType="dynamic" speed=20 position = "940,0,0"> |
---|
| 187 | <attached> |
---|
| 188 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 189 | </attached> |
---|
| 190 | <collisionShapes> |
---|
| 191 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 192 | </collisionShapes> |
---|
| 193 | </SOBGumba> |
---|
| 194 | |
---|
| 195 | <SOBGumba collisionType="dynamic" speed=30 position = "1180,0,0"> |
---|
| 196 | <attached> |
---|
| 197 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 198 | |
---|
| 199 | </attached> |
---|
| 200 | <collisionShapes> |
---|
| 201 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 202 | </collisionShapes> |
---|
| 203 | </SOBGumba> |
---|
| 204 | |
---|
| 205 | <SOBGumba collisionType="dynamic" speed=20 position = "1190,0,0"> |
---|
| 206 | <attached> |
---|
| 207 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 208 | |
---|
| 209 | </attached> |
---|
| 210 | <collisionShapes> |
---|
| 211 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 212 | </collisionShapes> |
---|
| 213 | </SOBGumba> |
---|
| 214 | |
---|
| 215 | <SOBGumba collisionType="dynamic" speed=30 position = "1320,0,0"> |
---|
| 216 | <attached> |
---|
| 217 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 218 | |
---|
| 219 | </attached> |
---|
| 220 | <collisionShapes> |
---|
| 221 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 222 | </collisionShapes> |
---|
| 223 | </SOBGumba> |
---|
| 224 | |
---|
| 225 | <SOBGumba collisionType="dynamic" speed=20 position = "1330,0,0"> |
---|
| 226 | <attached> |
---|
| 227 | <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/> |
---|
| 228 | |
---|
| 229 | </attached> |
---|
| 230 | <collisionShapes> |
---|
| 231 | <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" /> |
---|
| 232 | </collisionShapes> |
---|
| 233 | </SOBGumba> |
---|
| 234 | |
---|
[11783] | 235 | <!--GumbaBoss--> |
---|
| 236 | <SOBGumbaBoss collisionType="dynamic" speed=20 position = "1750,0,0"> |
---|
[11449] | 237 | <attached> |
---|
[11783] | 238 | <Model mesh="Goomba.mesh" position="0,0,21" scale=6 pitch=90/> |
---|
[11449] | 239 | |
---|
| 240 | </attached> |
---|
| 241 | <collisionShapes> |
---|
[11783] | 242 | <BoxCollisionShape position="0,0,20" halfExtents="10,10,6" /> |
---|
[11449] | 243 | </collisionShapes> |
---|
[11783] | 244 | </SOBGumbaBoss> |
---|
| 245 | x |
---|
[11449] | 246 | |
---|
| 247 | <!--CollisionShape for Gumba--> |
---|
| 248 | <StaticEntity collisionType="static"> |
---|
| 249 | <collisionShapes> |
---|
| 250 | <BoxCollisionShape position="0,0,-20" halfExtents="5,5,5" /> |
---|
| 251 | <BoxCollisionShape position="890,0,-20" halfExtents="5,5,5" /> |
---|
| 252 | |
---|
| 253 | |
---|
| 254 | |
---|
| 255 | |
---|
| 256 | </collisionShapes> |
---|
| 257 | </StaticEntity> |
---|
| 258 | |
---|
| 259 | |
---|
| 260 | <!-- Boden 1 --> |
---|
| 261 | <Model mesh="Cube2.12.mesh" position="0,0,-30" scale=10 Pitch=90/> <!-- B1.1 --> |
---|
| 262 | <Model mesh="Cube2.12.mesh" position="120,0,-30" scale=10 Pitch=90/> <!-- B1.2--> |
---|
| 263 | <Model mesh="Cube2.12.mesh" position="240,0,-30" scale=10 Pitch=90/> <!-- B1.3 --> |
---|
| 264 | <Model mesh="Cube2.12.mesh" position="360,0,-30" scale=10 Pitch=90/> <!-- B1.4 --> |
---|
| 265 | <Model mesh="Cube2.12.mesh" position="480,0,-30" scale=10 Pitch=90/> <!-- B1.5 --> |
---|
| 266 | <Model mesh="Cube2.6.mesh" position="600,0,-30" scale=10 Pitch=90/> <!-- B1.6 --> |
---|
| 267 | <Model mesh="Cube2.3.mesh" position="660,0,-30" scale=10 Pitch=90/> <!-- B1.7 --> |
---|
| 268 | |
---|
| 269 | |
---|
| 270 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 271 | <collisionShapes> |
---|
[12031] | 272 | <BoxCollisionShape position="140,0,-20" halfExtents="135,5,5" /> |
---|
| 273 | <BoxCollisionShape position="330,0,-20" halfExtents="30,5,5" /> |
---|
| 274 | <BoxCollisionShape position="400,0,-20" halfExtents="60,5,5" /> |
---|
| 275 | <BoxCollisionShape position="530,0,-20" halfExtents="50,5,5" /> |
---|
| 276 | <BoxCollisionShape position="640,0,-20" halfExtents="40,5,5" /> |
---|
[11449] | 277 | </collisionShapes> |
---|
| 278 | </StaticEntity> |
---|
[12031] | 279 | <!-- Boden 1 Unterirdisch--> |
---|
| 280 | <Model mesh="Cube2.12.mesh" position="270,0,-90" scale=10 Pitch=90/> <!-- B1.1 --> |
---|
| 281 | <Model mesh="Cube2.12.mesh" position="390,0,-90" scale=10 Pitch=90/> <!-- B1.2--> |
---|
| 282 | |
---|
| 283 | <!-- CollisionShape fuer Unterirdisch--> |
---|
| 284 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 285 | <collisionShapes> |
---|
| 286 | <BoxCollisionShape position="390,0,-80" halfExtents="125,5,5" /> |
---|
| 287 | |
---|
| 288 | </collisionShapes> |
---|
| 289 | </StaticEntity> |
---|
| 290 | <StaticEntity collisionType="static" mass='1000000000'> |
---|
| 291 | <collisionShapes> |
---|
| 292 | |
---|
| 293 | <BoxCollisionShape position="265,0,-80" halfExtents="5,5,5" /> |
---|
| 294 | <BoxCollisionShape position="510,0,-80" halfExtents="5,5,5" /> |
---|
| 295 | </collisionShapes> |
---|
| 296 | </StaticEntity> |
---|
[11449] | 297 | |
---|
| 298 | |
---|
| 299 | <!-- Luft 1 --> |
---|
| 300 | |
---|
| 301 | |
---|
| 302 | <SOBQBlock collisionType="static" type="Coin" position="170,0,20" mass='-1'> <!-- L1.1 --> |
---|
| 303 | <attached> |
---|
| 304 | <Model mesh="QCube.mesh" scale=10 pitch=90 /> |
---|
| 305 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 306 | </attached> |
---|
| 307 | <collisionShapes> |
---|
| 308 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 309 | </collisionShapes> |
---|
| 310 | </SOBQBlock> |
---|
| 311 | |
---|
| 312 | <SOBQBlock collisionType="static" type="Coin" position="230,0,60" mass='-1' > |
---|
| 313 | <attached> |
---|
| 314 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 315 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> <!-- L1.2 --> |
---|
| 316 | |
---|
| 317 | </attached> |
---|
| 318 | <collisionShapes> |
---|
| 319 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 320 | </collisionShapes> |
---|
| 321 | </SOBQBlock> |
---|
| 322 | |
---|
| 323 | <Model mesh="Cube1.1.mesh" position="210,0,20" scale=10 /> <!-- L1.3 --> |
---|
| 324 | |
---|
| 325 | |
---|
| 326 | <SOBQBlock collisionType="static" type="Mushroom" position="220,0,20" mass='-1'><!--ITEM--> |
---|
| 327 | <attached> |
---|
| 328 | <Model mesh="QCube.mesh" scale=10 pitch=90/> <!-- L1.4 --> |
---|
| 329 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 330 | </attached> |
---|
| 331 | <collisionShapes> |
---|
| 332 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /><!-- 3 --> |
---|
| 333 | </collisionShapes> |
---|
| 334 | </SOBQBlock> |
---|
| 335 | |
---|
| 336 | <Model mesh="Cube1.1.mesh" position="230,0,20" scale=10/> <!-- L1.5 --> |
---|
| 337 | |
---|
| 338 | <SOBQBlock collisionType="static" type="Coin" position="240,0,20" mass='-1'><!-- ? Block --> |
---|
| 339 | <attached> |
---|
| 340 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 341 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> <!-- L1.6 --> |
---|
| 342 | |
---|
| 343 | </attached> |
---|
| 344 | <collisionShapes> |
---|
| 345 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 346 | </collisionShapes> |
---|
| 347 | </SOBQBlock> |
---|
| 348 | |
---|
[12031] | 349 | |
---|
| 350 | <SOBTube collisionType="dynamic" cool=1 position="295,5,-23" mass='10000'> |
---|
| 351 | <attached> |
---|
| 352 | |
---|
| 353 | <Model mesh="Rohr.mesh" position="0,0,-12" scale=10 roll=90 yaw=90 pitch=-90/> |
---|
| 354 | </attached> |
---|
| 355 | </SOBTube> |
---|
| 356 | |
---|
| 357 | <SOBTube collisionType="dynamic" cool=1 position="475,5,-3" mass='10000'> |
---|
| 358 | <attached> |
---|
| 359 | <!-- L1.6 --> |
---|
| 360 | <Model mesh="Rohr.mesh" position="0,0,-12" scale=10 roll=90 yaw=90 pitch=-90/> |
---|
| 361 | </attached> |
---|
| 362 | </SOBTube> |
---|
| 363 | |
---|
| 364 | <Model mesh="Cube1.1.mesh" position="250,0,20" scale=10/> <!-- L1.7 --> |
---|
[11449] | 365 | <!-- Rohre--> |
---|
[12031] | 366 | <!-- L1.8 --> |
---|
| 367 | <!-- L1.11 --> |
---|
[11449] | 368 | |
---|
| 369 | <SOBQBlock collisionType="static" type="Mushroom" position="650,0,30" mass='-1'> |
---|
| 370 | <attached> |
---|
| 371 | <Model mesh="QCube.mesh" scale=10 pitch=90/> <!-- L1.12 --> |
---|
| 372 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 373 | </attached> |
---|
| 374 | <collisionShapes> |
---|
| 375 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 376 | </collisionShapes> |
---|
| 377 | </SOBQBlock> |
---|
| 378 | |
---|
| 379 | |
---|
| 380 | |
---|
| 381 | |
---|
| 382 | |
---|
| 383 | |
---|
| 384 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 385 | <collisionShapes> |
---|
| 386 | |
---|
| 387 | <BoxCollisionShape position="210,0,20" halfExtents="5,5,5" /> <!-- 1.3 --> |
---|
| 388 | <BoxCollisionShape position="230,0,20" halfExtents="5,5,5" /> <!-- 1.5 --> |
---|
[12031] | 389 | |
---|
| 390 | <BoxCollisionShape position="250,0,20" halfExtents="5,5,5" /> <!-- 1.7 --> |
---|
[11449] | 391 | |
---|
| 392 | |
---|
| 393 | </collisionShapes> |
---|
| 394 | </StaticEntity> |
---|
[12031] | 395 | <Model mesh="Rohr.mesh" position="395,0,-25" scale=10 roll=90 yaw=90 pitch=-90/> |
---|
| 396 | <Model mesh="Rohr.mesh" position="585,0,-15" scale=10 roll=90 yaw=90 pitch=-90/> |
---|
[11449] | 397 | |
---|
[12031] | 398 | <StaticEntity collisionType="static" > |
---|
| 399 | |
---|
| 400 | |
---|
[11449] | 401 | |
---|
| 402 | <collisionShapes> |
---|
| 403 | |
---|
| 404 | |
---|
[12031] | 405 | |
---|
| 406 | <BoxCollisionShape position="395,0,1" halfExtents="12,5,17" /> |
---|
| 407 | |
---|
| 408 | <BoxCollisionShape position="585,0,6" halfExtents="12,5,22" /> |
---|
[11449] | 409 | |
---|
| 410 | </collisionShapes> |
---|
[12031] | 411 | </StaticEntity> |
---|
[11449] | 412 | |
---|
| 413 | |
---|
| 414 | |
---|
| 415 | |
---|
| 416 | |
---|
| 417 | |
---|
| 418 | |
---|
| 419 | <!-- Boden 2 --> |
---|
| 420 | <Model mesh="Cube2.12.mesh" position="710,0,-30" scale=10 Pitch=90/> <!-- B2.1 --> |
---|
| 421 | <Model mesh="Cube2.3.mesh" position="830,0,-30" scale=10 Pitch=90/> <!-- B2.2 --> |
---|
| 422 | |
---|
| 423 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 424 | <collisionShapes> |
---|
| 425 | <BoxCollisionShape position="780,0,-20" halfExtents="75,5,5" /> |
---|
| 426 | </collisionShapes> |
---|
| 427 | </StaticEntity> |
---|
| 428 | |
---|
| 429 | |
---|
| 430 | |
---|
| 431 | |
---|
| 432 | |
---|
| 433 | <!-- Luft 2 --> |
---|
| 434 | <Model mesh="Cube1.1.mesh" position="770,0,20" scale=10/> <!-- L2.1 --> |
---|
| 435 | |
---|
| 436 | <SOBQBlock collisionType="static" type="Mushroom" position="780,0,20" mass='-1'> <!-- L2.2 --> |
---|
| 437 | <attached> |
---|
| 438 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 439 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 440 | </attached> |
---|
| 441 | <collisionShapes> |
---|
| 442 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 443 | </collisionShapes> |
---|
| 444 | </SOBQBlock> |
---|
| 445 | |
---|
| 446 | <Model mesh="Cube1.1.mesh" position="790,0,20" scale=10/> <!-- L2.3 --> |
---|
| 447 | <Model mesh="Cube1.6.mesh" position="800,0,60" scale=10/> <!-- L2.4 --> |
---|
| 448 | <Model mesh="Cube1.1.mesh" position="860,0,60" scale=10/> <!-- L2.5 --> |
---|
| 449 | <Model mesh="Cube1.1.mesh" position="870,0,60" scale=10/> <!-- L2.6 --> |
---|
| 450 | |
---|
| 451 | <StaticEntity collisionType="static"> |
---|
| 452 | <collisionShapes> |
---|
| 453 | <BoxCollisionShape position="770,0,20" halfExtents="5,5,5" /> <!-- 2.1 --> |
---|
| 454 | |
---|
| 455 | <BoxCollisionShape position="790,0,20" halfExtents="5,5,5" /> <!-- 2.3 --> |
---|
| 456 | <BoxCollisionShape position="835,0,60" halfExtents="40,5,5" /> <!-- 2.4 to 2.6 --> |
---|
| 457 | |
---|
| 458 | |
---|
| 459 | |
---|
| 460 | |
---|
| 461 | </collisionShapes> |
---|
| 462 | </StaticEntity> |
---|
| 463 | |
---|
| 464 | |
---|
| 465 | <!-- Luft 3 --> |
---|
| 466 | <Model mesh="Cube1.3.mesh" position="910,0,60" scale=10/> <!-- L3.1 --> |
---|
| 467 | |
---|
| 468 | <SOBQBlock collisionType="static" type="Coin" position="940,0,60" mass='-1'> <!-- L3.2 --> |
---|
| 469 | <attached> |
---|
| 470 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 471 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 472 | </attached> |
---|
| 473 | <collisionShapes> |
---|
| 474 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 475 | </collisionShapes> |
---|
| 476 | </SOBQBlock> |
---|
| 477 | |
---|
| 478 | <SOBQBlock collisionType="static" type="Mushroom" position="940,0,20" mass='-1'> <!-- L3.3 --> |
---|
| 479 | <attached> |
---|
| 480 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 481 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 482 | |
---|
| 483 | </attached> |
---|
| 484 | <collisionShapes> |
---|
| 485 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 486 | </collisionShapes> |
---|
| 487 | </SOBQBlock> |
---|
| 488 | |
---|
| 489 | <Model mesh="Cube1.1.mesh" position="1000,0,20" scale=10/> <!-- L3.4 --> |
---|
| 490 | |
---|
| 491 | |
---|
| 492 | <SOBQBlock collisionType="static" type="Mushroom" position="1010,0,20" mass='-1'> <!-- L3.5 --> |
---|
| 493 | <attached> |
---|
| 494 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 495 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 496 | </attached> |
---|
| 497 | <collisionShapes> |
---|
| 498 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 499 | </collisionShapes> |
---|
| 500 | </SOBQBlock> |
---|
| 501 | |
---|
| 502 | <SOBQBlock collisionType="static" type="Coin" position="1060,0,20" mass='-1'> <!-- L3.6 --> |
---|
| 503 | <attached> |
---|
| 504 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 505 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 506 | </attached> |
---|
| 507 | <collisionShapes> |
---|
| 508 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 509 | </collisionShapes> |
---|
| 510 | </SOBQBlock> |
---|
| 511 | |
---|
| 512 | |
---|
| 513 | <SOBQBlock collisionType="static" type="Mushroom" position="1090,0,60" mass='-1'> <!-- L3.7 --> |
---|
| 514 | <attached> |
---|
| 515 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 516 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 517 | </attached> |
---|
| 518 | <collisionShapes> |
---|
| 519 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 520 | </collisionShapes> |
---|
| 521 | </SOBQBlock> |
---|
| 522 | |
---|
| 523 | <SOBQBlock collisionType="static" type="Coin" position="1090,0,20" mass='-1'> <!-- L3.8 --> |
---|
| 524 | <attached> |
---|
| 525 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 526 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 527 | </attached> |
---|
| 528 | <collisionShapes> |
---|
| 529 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 530 | </collisionShapes> |
---|
| 531 | </SOBQBlock> |
---|
| 532 | |
---|
| 533 | <SOBQBlock collisionType="static" type="Coin" position="1120,0,20" mass='-1'> <!-- L3.9 --> |
---|
| 534 | <attached> |
---|
| 535 | <Model mesh="QCube.mesh" scale=10 pitch=90/> |
---|
| 536 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 537 | </attached> |
---|
| 538 | <collisionShapes> |
---|
| 539 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 540 | </collisionShapes> |
---|
| 541 | </SOBQBlock> |
---|
| 542 | |
---|
| 543 | <Model mesh="Cube1.1.mesh" position="1180,0,20" scale=10/> <!-- L3.10 --> |
---|
| 544 | |
---|
| 545 | <Model mesh="Cube1.3.mesh" position="1210,0,60" scale=10/> <!-- L3.11 --> |
---|
| 546 | |
---|
| 547 | <Model mesh="Cube1.1.mesh" position="1280,0,60" scale=10/> <!-- L3.12 --> |
---|
| 548 | |
---|
| 549 | <SOBQBlock collisionType="static" type="Coin" position="1290,0,60" mass='-1'> <!-- L3.13 --> |
---|
| 550 | <attached> |
---|
| 551 | <Model mesh="QCube.mesh" type="Mushroom" scale=10 pitch=90/> |
---|
| 552 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 553 | </attached> |
---|
| 554 | <collisionShapes> |
---|
| 555 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 556 | </collisionShapes> |
---|
| 557 | </SOBQBlock> |
---|
| 558 | |
---|
| 559 | |
---|
| 560 | <SOBQBlock collisionType="static" type="Coin" position="1300,0,60" mass='-1'> <!-- L3.14 --> |
---|
| 561 | <attached> |
---|
| 562 | <Model mesh="QCube.mesh" type="Mushroom" scale=10 pitch=90/> |
---|
| 563 | <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/> |
---|
| 564 | </attached> |
---|
| 565 | <collisionShapes> |
---|
| 566 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 567 | </collisionShapes> |
---|
| 568 | </SOBQBlock> |
---|
| 569 | |
---|
| 570 | <Model mesh="Cube1.1.mesh" position="1310,0,60" scale=10/> <!-- L3.15 --> |
---|
| 571 | <Model mesh="Cube1.1.mesh" position="1290,0,20" scale=10/> <!-- L3.16 --> |
---|
| 572 | <Model mesh="Cube1.1.mesh" position="1300,0,20" scale=10/> <!-- L3.17 --> |
---|
| 573 | |
---|
| 574 | |
---|
| 575 | |
---|
| 576 | <Model mesh="Dreieck.mesh" position="1370,0,-10" scale=10 Roll=90 Pitch=90 yaw=90/> <!-- L3.18 --> |
---|
| 577 | <Model mesh="Dreieck.mesh" position="1400,0,-10" scale=10 Roll=90 Pitch=-90 yaw=90/> <!-- L3.19 --> |
---|
| 578 | <Model mesh="Dreieck_links+1.mesh" position="1510,0,-10" scale=10 Roll=90 Pitch=90 yaw=90/> <!-- L3.20 --> |
---|
| 579 | |
---|
| 580 | |
---|
| 581 | |
---|
| 582 | <StaticEntity collisionType="static"> |
---|
| 583 | <collisionShapes> |
---|
| 584 | |
---|
| 585 | <BoxCollisionShape position="1355,0,-10" halfExtents="20,5,5" /> <!-- 3.18 --> |
---|
| 586 | <BoxCollisionShape position="1360,0,0" halfExtents="15,5,5" /> |
---|
| 587 | <BoxCollisionShape position="1365,0,10" halfExtents="10,5,5" /> |
---|
| 588 | <BoxCollisionShape position="1370,0,20" halfExtents="5,5,5" /> |
---|
| 589 | |
---|
| 590 | <BoxCollisionShape position="1415,0,-10" halfExtents="20,5,5" /> <!-- 3.19--> |
---|
| 591 | <BoxCollisionShape position="1410,0,0" halfExtents="15,5,5" /> |
---|
| 592 | <BoxCollisionShape position="1405,0,10" halfExtents="10,5,5" /> |
---|
| 593 | <BoxCollisionShape position="1400,0,20" halfExtents="5,5,5" /> |
---|
| 594 | |
---|
| 595 | <BoxCollisionShape position="1500,0,-10" halfExtents="25,5,5" /> <!-- 3.20 --> |
---|
| 596 | <BoxCollisionShape position="1505,0,0" halfExtents="20,5,5" /> |
---|
| 597 | <BoxCollisionShape position="1510,0,10" halfExtents="15,5,5" /> |
---|
| 598 | <BoxCollisionShape position="1515,0,20" halfExtents="10,5,5" /> |
---|
| 599 | |
---|
| 600 | |
---|
| 601 | |
---|
| 602 | |
---|
| 603 | |
---|
| 604 | </collisionShapes> |
---|
| 605 | </StaticEntity> |
---|
| 606 | |
---|
| 607 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 608 | <collisionShapes> |
---|
| 609 | <BoxCollisionShape position="920,0,60" halfExtents="15,5,5" /> <!-- 3.1 --> |
---|
| 610 | |
---|
| 611 | <BoxCollisionShape position="1000,0,20" halfExtents="5,5,5" /> <!-- 3.4 --> |
---|
| 612 | |
---|
| 613 | |
---|
| 614 | <BoxCollisionShape position="1180,0,20" halfExtents="5,5,5" /> <!-- 3.10 --> |
---|
| 615 | <BoxCollisionShape position="1220,0,60" halfExtents="15,5,5" /> <!-- 3.11 --> |
---|
| 616 | <BoxCollisionShape position="1280,0,60" halfExtents="5,5,5" /> <!-- 3.12 --> |
---|
| 617 | <BoxCollisionShape position="1310,0,60" halfExtents="5,5,5" /> <!-- 3.15 --> |
---|
| 618 | <BoxCollisionShape position="1300,0,20" halfExtents="10,5,5" /> <!-- 3.16 and 3.17--> |
---|
| 619 | |
---|
| 620 | </collisionShapes> |
---|
| 621 | </StaticEntity> |
---|
| 622 | |
---|
| 623 | |
---|
| 624 | |
---|
| 625 | |
---|
| 626 | <!-- Boden3 --> |
---|
| 627 | <Model mesh="Cube2.12.mesh" position="890,0,-30" scale=10 Pitch=90/> |
---|
| 628 | <Model mesh="Cube2.12.mesh" position="1010,0,-30" scale=10 Pitch=90/> |
---|
| 629 | <Model mesh="Cube2.12.mesh" position="1130,0,-30" scale=10 Pitch=90/> |
---|
| 630 | <Model mesh="Cube2.12.mesh" position="1250,0,-30" scale=10 Pitch=90/> |
---|
| 631 | |
---|
| 632 | <Model mesh="Cube2.12.mesh" position="1370,0,-30" scale=10 Pitch=90/> |
---|
| 633 | <Model mesh="Cube2.2.mesh" position="1490,0,-30" scale=10 Pitch=90/> |
---|
| 634 | <Model mesh="Cube2.2.mesh" position="1510,0,-30" scale=10 Pitch=90/> |
---|
| 635 | |
---|
| 636 | |
---|
| 637 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 638 | <collisionShapes> |
---|
| 639 | <BoxCollisionShape position="1205,0,-20" halfExtents="320,5,5" /> |
---|
| 640 | </collisionShapes> |
---|
| 641 | </StaticEntity> |
---|
| 642 | |
---|
| 643 | |
---|
| 644 | |
---|
| 645 | |
---|
| 646 | |
---|
[11783] | 647 | <!-- Luft4 (BossAbschnitt)--> |
---|
[11449] | 648 | <Model mesh="Dreieck.mesh" position="1560,0,-10" scale=10 Roll=90 Pitch=-90 yaw=90/> <!-- L4.1 --> |
---|
| 649 | |
---|
| 650 | <Model mesh="Rohr.mesh" position="1645,5,-35" scale=10 roll=90 yaw=90 pitch=-90 /> <!-- L4.2 --> |
---|
| 651 | <Model mesh="Rohr.mesh" position="1805,5,-35" scale=10 roll=90 yaw=90 pitch=-90 /> <!-- L4.7 --> |
---|
| 652 | <Model mesh="Dreieckgross.mesh" position="1850,0,-10" scale=10 pitch=90 /> <!-- L4.8 --> |
---|
| 653 | |
---|
| 654 | |
---|
| 655 | |
---|
| 656 | |
---|
[11783] | 657 | <Model mesh="Schloss.mesh" position="2050,40,80" scale=15 pitch=90/> <!-- L4.12 --> |
---|
[11449] | 658 | <Model mesh="Fahne.mesh" position="1984,-5,88" scale=10 pitch=90/> <!-- L4.11 --> |
---|
| 659 | <Model mesh="Fahnenstange.mesh" position="1990,0,95" pitch=90 scale=3/> <!-- L4.10 --> |
---|
| 660 | <Model mesh="Fundament.mesh" position="1990,0,-10" scale=10 yaw=180/> <!-- L4.9 --> |
---|
| 661 | |
---|
| 662 | |
---|
| 663 | |
---|
| 664 | |
---|
| 665 | <!-- FLAG --> |
---|
| 666 | <SOBFlagstone points = 100 position="1990,0,10" collisionType="static"> |
---|
| 667 | <collisionShapes> |
---|
| 668 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 669 | </collisionShapes> |
---|
| 670 | </SOBFlagstone> |
---|
| 671 | <SOBFlagstone points = 200 position="1990,0,20" collisionType="static"> |
---|
| 672 | <collisionShapes> |
---|
| 673 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 674 | </collisionShapes> |
---|
| 675 | </SOBFlagstone> |
---|
| 676 | <SOBFlagstone points = 400 position="1990,0,30" collisionType="static"> |
---|
| 677 | <collisionShapes> |
---|
| 678 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 679 | </collisionShapes> |
---|
| 680 | </SOBFlagstone> |
---|
| 681 | <SOBFlagstone points = 800 position="1990,0,40" collisionType="static"> |
---|
| 682 | <collisionShapes> |
---|
| 683 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 684 | </collisionShapes> |
---|
| 685 | </SOBFlagstone> |
---|
| 686 | <SOBFlagstone points = 1600 position="1990,0,50" collisionType="static"> |
---|
| 687 | <collisionShapes> |
---|
| 688 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 689 | </collisionShapes> |
---|
| 690 | </SOBFlagstone> |
---|
| 691 | <SOBFlagstone points = 2200 position="1990,0,60" collisionType="static"> |
---|
| 692 | <collisionShapes> |
---|
| 693 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 694 | </collisionShapes> |
---|
| 695 | </SOBFlagstone> |
---|
| 696 | <SOBFlagstone points = 2700 position="1990,0,70" collisionType="static"> |
---|
| 697 | <collisionShapes> |
---|
| 698 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 699 | </collisionShapes> |
---|
| 700 | </SOBFlagstone> |
---|
| 701 | <SOBFlagstone points = 3400 position="1990,0,80" collisionType="static"> |
---|
| 702 | <collisionShapes> |
---|
| 703 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 704 | </collisionShapes> |
---|
| 705 | </SOBFlagstone> |
---|
| 706 | <SOBFlagstone points = 4000 position="1990,0,90" collisionType="static"> |
---|
| 707 | <collisionShapes> |
---|
| 708 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 709 | </collisionShapes> |
---|
| 710 | </SOBFlagstone> |
---|
| 711 | |
---|
| 712 | |
---|
| 713 | <!-- Castlestone --> |
---|
| 714 | <SOBCastlestone position="2060,0,-10" collisionType="static"> |
---|
| 715 | <collisionShapes> |
---|
| 716 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 717 | </collisionShapes> |
---|
| 718 | </SOBCastlestone> |
---|
| 719 | |
---|
| 720 | <SOBCastlestone position="2050,40,-10" collisionType="static"> |
---|
| 721 | <collisionShapes> |
---|
| 722 | <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /> |
---|
| 723 | </collisionShapes> |
---|
| 724 | </SOBCastlestone> |
---|
| 725 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 726 | <collisionShapes> |
---|
| 727 | <BoxCollisionShape position="2050,20,-20" halfExtents="5,20,5" /> |
---|
| 728 | </collisionShapes> |
---|
| 729 | </StaticEntity> |
---|
| 730 | |
---|
| 731 | |
---|
| 732 | |
---|
| 733 | <StaticEntity collisionType="static"> |
---|
| 734 | <collisionShapes> |
---|
| 735 | |
---|
| 736 | <BoxCollisionShape position="1575,0,-10" halfExtents="20,5,5" /> <!-- 4.1--> |
---|
| 737 | <BoxCollisionShape position="1570,0,0" halfExtents="15,5,5" /> |
---|
| 738 | <BoxCollisionShape position="1565,0,10" halfExtents="10,5,5" /> |
---|
| 739 | <BoxCollisionShape position="1560,0,20" halfExtents="5,5,5" /> |
---|
| 740 | |
---|
| 741 | <BoxCollisionShape position="1645,0,-4" halfExtents="12,5,12" /> <!-- 4.2 --> |
---|
| 742 | |
---|
| 743 | |
---|
| 744 | <BoxCollisionShape position="1805,0,-4" halfExtents="12,5,12" /> <!-- 4.7 --> |
---|
| 745 | |
---|
| 746 | <BoxCollisionShape position="1860,0,-10" halfExtents="45,5,5" /> <!-- 4.8 --> |
---|
| 747 | <BoxCollisionShape position="1865,0,0" halfExtents="40,5,5" /> |
---|
| 748 | <BoxCollisionShape position="1870,0,10" halfExtents="35,5,5" /> |
---|
| 749 | <BoxCollisionShape position="1875,0,20" halfExtents="30,5,5" /> |
---|
| 750 | <BoxCollisionShape position="1880,0,30" halfExtents="25,5,5" /> |
---|
| 751 | <BoxCollisionShape position="1885,0,40" halfExtents="20,5,5" /> |
---|
| 752 | <BoxCollisionShape position="1890,0,50" halfExtents="15,5,5" /> |
---|
| 753 | <BoxCollisionShape position="1895,0,60" halfExtents="10,5,5" /> |
---|
| 754 | <BoxCollisionShape position="1990,0,125" halfExtents="5,5,30" /> |
---|
| 755 | <BoxCollisionShape position="1940,0,150" halfExtents="45,5,5" /> |
---|
| 756 | |
---|
| 757 | |
---|
| 758 | |
---|
| 759 | </collisionShapes> |
---|
| 760 | </StaticEntity> |
---|
| 761 | |
---|
| 762 | |
---|
| 763 | |
---|
| 764 | |
---|
| 765 | |
---|
| 766 | |
---|
| 767 | |
---|
| 768 | //Boden4 |
---|
| 769 | <Model mesh="Cube2.12.mesh" position="1560,0,-30" scale=10 Pitch=90/> |
---|
| 770 | <Model mesh="Cube2.12.mesh" position="1680,0,-30" scale=10 Pitch=90/> |
---|
| 771 | <Model mesh="Cube2.12.mesh" position="1800,0,-30" scale=10 Pitch=90/> |
---|
| 772 | <Model mesh="Cube2.12.mesh" position="1920,0,-30" scale=10 Pitch=90/> |
---|
| 773 | <Model mesh="Cube2.12.mesh" position="2040,0,-30" scale=10 Pitch=90/> |
---|
| 774 | |
---|
| 775 | |
---|
| 776 | |
---|
| 777 | <Model mesh="Cube1.3.mesh" position="1990,10,-20" scale=10 Pitch=90/> |
---|
| 778 | <Model mesh="Cube1.3.mesh" position="1990,20,-20" scale=10 Pitch=90/> |
---|
| 779 | <Model mesh="Cube1.3.mesh" position="1990,30,-20" scale=10 Pitch=90/> |
---|
| 780 | <Model mesh="Cube1.3.mesh" position="1990,40,-20" scale=10 Pitch=90/> |
---|
| 781 | <Model mesh="Cube1.3.mesh" position="1960,10,-20" scale=10 Pitch=90/> |
---|
| 782 | <Model mesh="Cube1.1.mesh" position="1980,20,-20" scale=10 Pitch=90/> |
---|
| 783 | <Model mesh="Cube1.1.mesh" position="1970,20,-20" scale=10 Pitch=90/> |
---|
| 784 | <Model mesh="Cube1.1.mesh" position="1980,30,-20" scale=10 Pitch=90/> |
---|
| 785 | |
---|
| 786 | <Model mesh="Cube1.1.mesh" position="2000,50,-20" scale=10 Pitch=90/> |
---|
| 787 | <Model mesh="Cube1.1.mesh" position="2010,50,-20" scale=10 Pitch=90/> |
---|
| 788 | <Model mesh="Cube1.1.mesh" position="2010,60,-20" scale=10 Pitch=90/> |
---|
| 789 | |
---|
| 790 | |
---|
| 791 | <Model mesh="Cube1.6.mesh" position="2020,10,-20" scale=10 Pitch=90/> |
---|
| 792 | <Model mesh="Cube1.6.mesh" position="2020,20,-20" scale=10 Pitch=90/> |
---|
| 793 | <Model mesh="Cube1.6.mesh" position="2020,30,-20" scale=10 Pitch=90/> |
---|
| 794 | <Model mesh="Cube1.6.mesh" position="2020,40,-20" scale=10 Pitch=90/> |
---|
| 795 | <Model mesh="Cube1.6.mesh" position="2020,50,-20" scale=10 Pitch=90/> |
---|
| 796 | <Model mesh="Cube1.6.mesh" position="2020,60,-20" scale=10 Pitch=90/> |
---|
| 797 | <Model mesh="Cube1.6.mesh" position="2020,70,-20" scale=10 Pitch=90/> |
---|
| 798 | <Model mesh="Cube1.6.mesh" position="2080,10,-20" scale=10 Pitch=90/> |
---|
| 799 | <Model mesh="Cube1.6.mesh" position="2080,20,-20" scale=10 Pitch=90/> |
---|
| 800 | <Model mesh="Cube1.6.mesh" position="2080,30,-20" scale=10 Pitch=90/> |
---|
| 801 | <Model mesh="Cube1.6.mesh" position="2080,40,-20" scale=10 Pitch=90/> |
---|
| 802 | <Model mesh="Cube1.6.mesh" position="2080,50,-20" scale=10 Pitch=90/> |
---|
| 803 | <Model mesh="Cube1.3.mesh" position="2080,60,-20" scale=10 Pitch=90/> |
---|
| 804 | <Model mesh="Cube1.1.mesh" position="2110,60,-20" scale=10 Pitch=90/> |
---|
| 805 | <Model mesh="Cube1.3.mesh" position="2080,70,-20" scale=10 Pitch=90/> |
---|
| 806 | |
---|
| 807 | |
---|
| 808 | |
---|
| 809 | <StaticEntity collisionType="static" mass='-1'> |
---|
| 810 | <collisionShapes> |
---|
| 811 | <BoxCollisionShape position="1855,0,-20" halfExtents="300,5,5" /> |
---|
| 812 | </collisionShapes> |
---|
| 813 | </StaticEntity> |
---|
| 814 | |
---|
| 815 | |
---|
| 816 | |
---|
| 817 | |
---|
| 818 | |
---|
| 819 | |
---|
| 820 | |
---|
| 821 | |
---|
| 822 | |
---|
| 823 | </Scene> |
---|
| 824 | </Level> |
---|
| 825 | |
---|