Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2019, 3:09:12 PM (5 years ago)
Author:
rueegseb
Message:

Added a feature to differentiate the seperate ghosts

File:
1 edited

Legend:

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

    r12045 r12252  
    3535
    3636<!-- GHOSTS -->
    37 <PacmanGhost position="0,10,15" >
     37<PacmanGhost position="0,10,15" colour='1'>
    3838    <attached>
    3939        <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" />
     
    4141</PacmanGhost>
    4242
    43 <PacmanGhost position="0,10,15" >
     43<PacmanGhost position="0,10,15" colour='2'>
    4444    <attached>
    4545        <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" />
     
    4747</PacmanGhost>
    4848
    49 <PacmanGhost position="0,10,15" >
     49<PacmanGhost position="0,10,15" colour='3'>
    5050    <attached>
    5151        <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" />
     
    5353</PacmanGhost>
    5454
    55 <PacmanGhost position="0,10,15" >
     55<PacmanGhost position="0,10,15" colour='4'>
    5656    <attached>
    5757        <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" />
Note: See TracChangeset for help on using the changeset viewer.