Changeset 12375 for code/branches
- Timestamp:
- May 16, 2019, 2:05:52 PM (6 years ago)
- Location:
- code/branches/3DPacman_FS19/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS19/data/levels/3DPacman.oxw
r12252 r12375 35 35 36 36 <!-- GHOSTS --> 37 <Pacman Ghostposition="0,10,15" colour='1'>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" colour='2'>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" colour='3'>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" colour='4'>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="-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 89 96 <PacmanPointSphere position="-215,10,245"> 90 97 <attached> -
code/branches/3DPacman_FS19/data/levels/gallery.oxw
r9939 r12375 99 99 <Model position="0, 20,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="LightningGun.mesh" /> 100 100 <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" /> 102 102 <Model position="0, 80,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="rocket.mesh" /> 103 103 <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.