Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 2:05:52 PM (5 years ago)
Author:
rueegseb
Message:

laser xml added

Location:
code/branches/3DPacman_FS19/data/levels
Files:
2 edited

Legend:

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

    r12252 r12375  
    3535
    3636<!-- GHOSTS -->
    37 <PacmanGhost position="0,10,15" colour='1'>
     37<PacmanRed position="0,10,15" colour='1'>
    3838    <attached>
    3939        <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" />
    4040    </attached>
     41</PacmanRed>
     42
     43<PacmanCyan position="0,10,15" colour='2'>
     44    <attached>
     45        <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" />
     46    </attached>
     47</PacmanCyan>
     48
     49<PacmanBrown position="0,10,15" colour='3'>
     50    <attached>
     51        <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" />
     52    </attached>
     53</PacmanBrown>
     54
     55<PacmanPink position="0,10,15" colour='4'>
     56    <attached>
     57        <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" />
     58    </attached>
     59</PacmanPink>
     60
     61
     62<PacmanGhost position="0,-20,0" >
     63    <attached>
     64        <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
     65    </attached>
    4166</PacmanGhost>
    4267
    43 <PacmanGhost position="0,10,15" colour='2'>
    44     <attached>
    45         <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" />
     68<PacmanGhost position="0,-20,0" >
     69    <attached>
     70        <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    4671    </attached>
    4772</PacmanGhost>
    4873
    49 <PacmanGhost position="0,10,15" colour='3'>
    50     <attached>
    51         <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" />
     74<PacmanGhost position="0,-20,0" >
     75    <attached>
     76        <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    5277    </attached>
    5378</PacmanGhost>
    5479
    55 <PacmanGhost position="0,10,15" colour='4'>
    56     <attached>
    57         <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" />
     80<PacmanGhost position="0,-20,0" >
     81    <attached>
     82        <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    5883    </attached>
    5984</PacmanGhost>
    6085
    6186
    62 <PacmanGhost position="0,-20,0" >
    63     <attached>
    64         <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    65     </attached>
    66 </PacmanGhost>
    67 
    68 <PacmanGhost position="0,-20,0" >
    69     <attached>
    70         <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    71     </attached>
    72 </PacmanGhost>
    73 
    74 <PacmanGhost position="0,-20,0" >
    75     <attached>
    76         <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    77     </attached>
    78 </PacmanGhost>
    79 
    80 <PacmanGhost position="0,-20,0" >
    81     <attached>
    82         <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" />
    83     </attached>
    84 </PacmanGhost>
    85 
    86 
    8787
    8888<!-- POINTS first Line -->
     89
     90<PacmanLaser position="-215,10,245">
     91    <attached>
     92        <Model position="0, 60,-40" yaw="90" pitch="-90" roll="0" scale3D="1, 1, 10" mesh="LaserBeam2.mesh" />
     93    </attached>
     94</PacmanLaser>
     95
    8996<PacmanPointSphere position="-215,10,245">
    9097    <attached>
  • code/branches/3DPacman_FS19/data/levels/gallery.oxw

    r9939 r12375  
    9999      <Model position="0, 20,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="LightningGun.mesh" />
    100100      <Model position="0, 40,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="LightningGun-s.mesh" />
    101       <Model position="0, 60,-40" yaw="90" pitch="-90" roll="0" scale="1.5" mesh="LaserBeam2.mesh" />
     101      <Model position="0, 60,-40" yaw="90" pitch="-90" roll="0" scale3D="1, 1, 10" mesh="LaserBeam2.mesh" />
    102102      <Model position="0, 80,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="rocket.mesh" />
    103103      <Model position="0,-20,-40" yaw="90" pitch="-90" roll="0" scale="5" mesh="hs-w01.mesh" />
Note: See TracChangeset for help on using the changeset viewer.