Changeset 12408 for code/branches/Presentation_FS19/data
- Timestamp:
- May 22, 2019, 1:58:40 PM (6 years ago)
- Location:
- code/branches/Presentation_FS19
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_FS19
- Property svn:mergeinfo changed
/code/branches/3DPacman_FS19 (added) merged: 12206,12252,12259,12272,12293,12303-12304,12313,12316-12326,12338,12357,12365,12375,12380-12381,12383,12385-12386,12389
- Property svn:mergeinfo changed
-
code/branches/Presentation_FS19/data/levels/3DPacman.oxw
r12045 r12408 35 35 36 36 <!-- GHOSTS --> 37 <Pacman Ghost position="0,10,15">37 <PacmanRed position="0,10,15" colour='1'> 38 38 <attached> 39 39 <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" /> 40 40 </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> 41 66 </PacmanGhost> 42 67 43 <PacmanGhost position="0, 10,15" >44 <attached> 45 <Model position="0,0,0" mesh="Pacman GhostBlue.mesh" scale="5" />68 <PacmanGhost position="0,-20,0" > 69 <attached> 70 <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> 46 71 </attached> 47 72 </PacmanGhost> 48 73 49 <PacmanGhost position="0, 10,15" >50 <attached> 51 <Model position="0,0,0" mesh="Pacman GhostOrange.mesh" scale="5" />74 <PacmanGhost position="0,-20,0" > 75 <attached> 76 <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> 52 77 </attached> 53 78 </PacmanGhost> 54 79 55 <PacmanGhost position="0, 10,15" >56 <attached> 57 <Model position="0,0,0" mesh="Pacman GhostPink.mesh" scale="5" />80 <PacmanGhost position="0,-20,0" > 81 <attached> 82 <Model position="0,0,0" mesh="PacmanAfraidGhost.mesh" scale="5" /> 58 83 </attached> 59 84 </PacmanGhost> 60 85 61 86 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 87 87 88 88 <!-- POINTS first Line --> 89 90 <PacmanLaser position="20,-20000,150"> 91 <attached> 92 <Model position="0, 0, 0" yaw="90" pitch="-90" roll="0" scale3D="5, 5, 50" mesh="LaserBeam2.mesh" /> 93 </attached> 94 </PacmanLaser> 95 89 96 <PacmanPointSphere position="-215,10,245"> 90 97 <attached>
Note: See TracChangeset
for help on using the changeset viewer.