Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11833 for code


Ignore:
Timestamp:
Mar 26, 2018, 1:09:34 PM (6 years ago)
Author:
dreherm
Message:

portals added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/data/levels/3DPacman.oxw

    r11831 r11833  
    1313
    1414<?lua
    15   include("templates/PacmanGelb.oxt")
     15  include("templates/spaceshipEscort.oxt")
    1616?>
    1717
     
    2828
    2929    <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"/>
    30     <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign=PacmanGelb />
     30    <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    3131
    3232<StaticEntity position="0,0,25" direction="0,0,0" collisionType=static mass=100000 friction=0.01 >
     
    3636    <collisionShapes>
    3737        <BoxCollisionShape position="0,0,0" halfExtents="250,1,250" />
    38         <BoxCollisionShape position="0,20000,0" halfExtents="250,1,250" />
     38        <BoxCollisionShape position="0,200000,0" halfExtents="250,1,250" />
    3939
    4040        <BoxCollisionShape position="250,10,0" halfExtents="1,15,250" />
     
    8383</StaticEntity>
    8484
     85<PortalEndPoint position="-240,10,0" id="1" distance="40" target="Pawn" design="PortalBig"/>
     86<PortalEndPoint position="240,10,0" id="2" distance="40" target="Pawn" design="PortalBig"/>
     87<PortalLink fromID="1" toID="2" />
     88<PortalLink fromID="2" toID="1" />
     89
    8590  </Scene>
    8691</Level>
Note: See TracChangeset for help on using the changeset viewer.