Changeset 11915 for code/branches/3DPacman_FS18/data/levels
- Timestamp:
- Apr 26, 2018, 4:11:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
r11898 r11915 16 16 ?> 17 17 18 <Level> 18 <Level 19 plugins = pacman 20 gametype = Pacman 21 > 19 22 20 23 <templates> … … 31 34 <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=PacmanGelb pawndesign=PacmanGelb /> 32 35 33 <PacmanGhost position="215,10,245" resetposition="215,10,220"> 36 37 <PacmanGhost position="135,10,15" resetposition="135,10,15"> 34 38 <attached> 35 39 <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" /> … … 37 41 </PacmanGhost> 38 42 39 <PacmanGhost position=" 215,10,245" resetposition="215,10,220">43 <PacmanGhost position="135,10,15" resetposition="135,10,15"> 40 44 <attached> 41 45 <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" /> … … 43 47 </PacmanGhost> 44 48 45 <PacmanGhost position=" 215,10,245" resetposition="215,10,220">49 <PacmanGhost position="135,10,15" resetposition="135,10,15"> 46 50 <attached> 47 51 <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" /> … … 49 53 </PacmanGhost> 50 54 51 <PacmanGhost position=" 215,10,245" resetposition="215,10,220">55 <PacmanGhost position="135,10,15" resetposition="135,10,15"> 52 56 <attached> 53 57 <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" /> … … 55 59 </PacmanGhost> 56 60 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"> 58 74 <attached> 59 75 <Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" />
Note: See TracChangeset
for help on using the changeset viewer.