Changeset 11918
- Timestamp:
- Apr 29, 2018, 1:38:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
r11915 r11918 35 35 36 36 37 <PacmanGhost position="135,10,15" resetposition="135,10,15"> 37 <--! GHOSTS --> 38 <PacmanGhost position="0,0,0"> 38 39 <attached> 39 40 <Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" /> … … 41 42 </PacmanGhost> 42 43 43 <PacmanGhost position=" 135,10,15" resetposition="135,10,15">44 <PacmanGhost position="0,0,0"> 44 45 <attached> 45 46 <Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" /> … … 47 48 </PacmanGhost> 48 49 49 <PacmanGhost position=" 135,10,15" resetposition="135,10,15">50 <PacmanGhost position="0,0,0"> 50 51 <attached> 51 52 <Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" /> … … 53 54 </PacmanGhost> 54 55 55 <PacmanGhost position=" 135,10,15" resetposition="135,10,15">56 <PacmanGhost position="0,0,0"> 56 57 <attached> 57 58 <Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" /> … … 59 60 </PacmanGhost> 60 61 62 <--! POINTS --> 61 63 <PacmanPointSphere position="0,10,0"> 62 64 <attached> … … 77 79 </PacmanPointSphere> 78 80 81 82 83 84 <--! Map --> 79 85 <StaticEntity position="0,0,25" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > 80 86 <attached> … … 83 89 <collisionShapes> 84 90 91 <--! Edge --> 85 92 <BoxCollisionShape position="250,10,0" halfExtents="1,15,250" /> 86 93 <BoxCollisionShape position="-250,10,0" halfExtents="1,15,250" /> 87 <BoxCollisionShape position="0,10,250" halfExtents="250,15,1" /> 88 <BoxCollisionShape position="0,10,-250" halfExtents="250,15,1" /> 89 94 <BoxCollisionShape position="0,10,250" halfExtents="250,15,1" /> 95 <BoxCollisionShape position="0,10,-250" halfExtents="250,15,1" /> 96 97 <--! Shapes in order --> 98 <BoxCollisionShape position="-35,10,-200" halfExtents="40,15,25" /> 99 <BoxCollisionShape position="60,10,-200" halfExtents="40,15,25" /> 100 <BoxCollisionShape position="-35,10,200" halfExtents="40,15,25" /> 101 <BoxCollisionShape position="60,10,200" halfExtents="40,15,25" /> 102 103 <BoxCollisionShape position="-175,10,-165" halfExtents="30,15,20" /> 104 105 106 90 107 </collisionShapes> 91 108 </StaticEntity>
Note: See TracChangeset
for help on using the changeset viewer.