Changeset 11862 for code/branches/3DPacman_FS18/data
- Timestamp:
- Apr 13, 2018, 1:08:46 PM (7 years ago)
- Location:
- code/branches/3DPacman_FS18/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
r11843 r11862 13 13 14 14 <?lua 15 include("templates/ spaceshipEscort.oxt")15 include("templates/PacmanGelb.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= spaceshipescort/>30 <SpawnPoint team=0 position="0,10,245" lookat="0,0,0" spawnclass=SpaceShip pawndesign=PacmanGelb /> 31 31 32 32 -
code/branches/3DPacman_FS18/data/levels/templates/PacmanGelb.oxt
r11831 r11862 1 1 <Template name=PacmanGelb> 2 < SpaceShip2 <PacmanGelb 3 3 hudtemplate = spaceshiphud 4 4 camerapositiontemplate = spaceshipescortcameras … … 63 63 include("../includes/weaponSettingsEscort.oxi") 64 64 ?> 65 </ SpaceShip>65 </PacmanGelb> 66 66 </Template> 67 67 68 68 <Template name=spaceshipescortcameras defaults=0> 69 < SpaceShip>69 <PacmanGelb> 70 70 <camerapositions> 71 71 <CameraPosition position="0,0, 60" drag=false mouselook=true /> 72 72 </camerapositions> 73 </ SpaceShip>73 </PacmanGelb> 74 74 </Template> 75 75
Note: See TracChangeset
for help on using the changeset viewer.