Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2018, 2:57:35 PM (6 years ago)
Author:
dreherm
Message:

HUD first commit

File:
1 edited

Legend:

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

    r11918 r11931  
    3434    <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=PacmanGelb pawndesign=PacmanGelb />
    3535
    36 
    37 <--! GHOSTS -->
    38 <PacmanGhost position="0,0,0">
     36<!-- GHOSTS -->
     37<PacmanGhost position="0,10,15" >
    3938    <attached>
    4039        <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" />
     
    4241</PacmanGhost>
    4342
    44 <PacmanGhost position="0,0,0">
     43<PacmanGhost position="0,10,15" >
    4544    <attached>
    4645        <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" />
     
    4847</PacmanGhost>
    4948
    50 <PacmanGhost position="0,0,0">
     49<PacmanGhost position="0,10,15" >
    5150    <attached>
    5251        <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" />
     
    5453</PacmanGhost>
    5554
    56 <PacmanGhost position="0,0,0">
     55<PacmanGhost position="0,10,15" >
    5756    <attached>
    5857        <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" />
     
    6059</PacmanGhost>
    6160
    62 <--! POINTS -->
     61<!-- POINTS -->
    6362<PacmanPointSphere position="0,10,0">
    6463    <attached>
     
    8079
    8180
    82 
    83 
    84 <--! Map -->
     81<!-- Map -->
    8582<StaticEntity position="0,0,25" direction="0,0,0" collisionType=static mass=100000 friction=0.01 >
    8683    <attached>
     
    8986    <collisionShapes>
    9087
    91   <--! Edge -->
    92         <BoxCollisionShape position="250,10,0" halfExtents="1,15,250" />
    93         <BoxCollisionShape position="-250,10,0" halfExtents="1,15,250" />
     88  <!-- Edge --> 
     89  <BoxCollisionShape position="250,10,0" halfExtents="1,15,250" />
     90  <BoxCollisionShape position="-250,10,0" halfExtents="1,15,250" />
    9491  <BoxCollisionShape position="0,10,250" halfExtents="250,15,1" />
    9592  <BoxCollisionShape position="0,10,-250" halfExtents="250,15,1" />
    9693
    97   <--! Shapes in order -->
    98   <BoxCollisionShape position="-35,10,-200" halfExtents="40,15,25" />
    99   <BoxCollisionShape position="60,10,-200" halfExtents="40,15,25" />
    100   <BoxCollisionShape position="-35,10,200" halfExtents="40,15,25" />
    101   <BoxCollisionShape position="60,10,200" halfExtents="40,15,25" />
    102 
    103   <BoxCollisionShape position="-175,10,-165" halfExtents="30,15,20" />
    104 
    105 
     94   <!-- Shapes in order -->   
     95  <BoxCollisionShape position="-200,10,-65" halfExtents="55,15,35" />
     96  <BoxCollisionShape position="-200,10,30" halfExtents="55,15,35" />
     97  <BoxCollisionShape position="200,10,-65" halfExtents="55,15,35" />
     98  <BoxCollisionShape position="200,10,30" halfExtents="55,15,35" />
    10699
    107100    </collisionShapes>
     
    112105<PortalLink fromID="1" toID="2" />
    113106<PortalLink fromID="2" toID="1" />
    114 
    115107  </Scene>
    116108</Level>
Note: See TracChangeset for help on using the changeset viewer.