Changeset 11833 for code/branches/3DPacman_FS18/data/levels
- Timestamp:
- Mar 26, 2018, 1:09:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
r11831 r11833 13 13 14 14 <?lua 15 include("templates/ PacmanGelb.oxt")15 include("templates/spaceshipEscort.oxt") 16 16 ?> 17 17 … … 28 28 29 29 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 30 <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign= PacmanGelb/>30 <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 31 31 32 32 <StaticEntity position="0,0,25" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > … … 36 36 <collisionShapes> 37 37 <BoxCollisionShape position="0,0,0" halfExtents="250,1,250" /> 38 <BoxCollisionShape position="0,20000 ,0" halfExtents="250,1,250" />38 <BoxCollisionShape position="0,200000,0" halfExtents="250,1,250" /> 39 39 40 40 <BoxCollisionShape position="250,10,0" halfExtents="1,15,250" /> … … 83 83 </StaticEntity> 84 84 85 <PortalEndPoint position="-240,10,0" id="1" distance="40" target="Pawn" design="PortalBig"/> 86 <PortalEndPoint position="240,10,0" id="2" distance="40" target="Pawn" design="PortalBig"/> 87 <PortalLink fromID="1" toID="2" /> 88 <PortalLink fromID="2" toID="1" /> 89 85 90 </Scene> 86 91 </Level>
Note: See TracChangeset
for help on using the changeset viewer.