Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2018, 4:11:19 PM (6 years ago)
Author:
dreherm
Message:

Game playable

File:
1 edited

Legend:

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

    r11898 r11915  
    1616?>
    1717
    18 <Level>
     18<Level
     19  plugins = pacman
     20  gametype = Pacman
     21>
    1922
    2023  <templates>
     
    3134    <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=PacmanGelb pawndesign=PacmanGelb />
    3235
    33 <PacmanGhost position="215,10,245" resetposition="215,10,220">
     36
     37<PacmanGhost position="135,10,15" resetposition="135,10,15">
    3438    <attached>
    3539        <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" />
     
    3741</PacmanGhost>
    3842
    39 <PacmanGhost position="215,10,245" resetposition="215,10,220">
     43<PacmanGhost position="135,10,15" resetposition="135,10,15">
    4044    <attached>
    4145        <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" />
     
    4347</PacmanGhost>
    4448
    45 <PacmanGhost position="215,10,245" resetposition="215,10,220">
     49<PacmanGhost position="135,10,15" resetposition="135,10,15">
    4650    <attached>
    4751        <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" />
     
    4953</PacmanGhost>
    5054
    51 <PacmanGhost position="215,10,245" resetposition="215,10,220">
     55<PacmanGhost position="135,10,15" resetposition="135,10,15">
    5256    <attached>
    5357        <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" />
     
    5559</PacmanGhost>
    5660
    57 <PacmanPointSphere position="0,10,0" resetposition="0,10,0">
     61<PacmanPointSphere position="0,10,0">
     62    <attached>
     63        <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" />
     64    </attached>
     65</PacmanPointSphere>
     66
     67<PacmanPointSphere position="215,10,245">
     68    <attached>
     69        <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" />
     70    </attached>
     71</PacmanPointSphere>
     72
     73<PacmanPointSphere position="215,10,195">
    5874    <attached>
    5975        <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" />
Note: See TracChangeset for help on using the changeset viewer.