[Orxonox-commit 7219] r11833 - code/branches/3DPacman_FS18/data/levels
dreherm at orxonox.net
dreherm at orxonox.net
Mon Mar 26 13:09:34 CEST 2018
Author: dreherm
Date: 2018-03-26 13:09:34 +0200 (Mon, 26 Mar 2018)
New Revision: 11833
Modified:
code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
Log:
portals added
Modified: code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
===================================================================
--- code/branches/3DPacman_FS18/data/levels/3DPacman.oxw 2018-03-25 00:20:03 UTC (rev 11832)
+++ code/branches/3DPacman_FS18/data/levels/3DPacman.oxw 2018-03-26 11:09:34 UTC (rev 11833)
@@ -12,7 +12,7 @@
?>
<?lua
- include("templates/PacmanGelb.oxt")
+ include("templates/spaceshipEscort.oxt")
?>
<Level>
@@ -27,7 +27,7 @@
>
<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"/>
- <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign=PacmanGelb />
+ <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
<StaticEntity position="0,0,25" direction="0,0,0" collisionType=static mass=100000 friction=0.01 >
<attached>
@@ -35,7 +35,7 @@
</attached>
<collisionShapes>
<BoxCollisionShape position="0,0,0" halfExtents="250,1,250" />
- <BoxCollisionShape position="0,20000,0" halfExtents="250,1,250" />
+ <BoxCollisionShape position="0,200000,0" halfExtents="250,1,250" />
<BoxCollisionShape position="250,10,0" halfExtents="1,15,250" />
<BoxCollisionShape position="-250,10,0" halfExtents="1,15,250" />
@@ -82,5 +82,10 @@
</collisionShapes>
</StaticEntity>
+<PortalEndPoint position="-240,10,0" id="1" distance="40" target="Pawn" design="PortalBig"/>
+<PortalEndPoint position="240,10,0" id="2" distance="40" target="Pawn" design="PortalBig"/>
+<PortalLink fromID="1" toID="2" />
+<PortalLink fromID="2" toID="1" />
+
</Scene>
</Level>
More information about the Orxonox-commit
mailing list