Changeset 7062 for code/branches/presentation3/data
- Timestamp:
- May 31, 2010, 4:55:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/levels/gametype_dynamicmatch.oxw
r7031 r7062 3 3 include("stats.oxo") 4 4 include("templates/spaceship_assff.oxt") 5 include("templates/spaceship_ H2.oxt")5 include("templates/spaceship_ghost.oxt") 6 6 include("dynamicmatchhud.oxo") 7 include("templates/lodinformation.oxt") 7 8 ?> 8 9 … … 12 13 gametype = "Dynamicmatch" 13 14 > 15 <templates> 16 <Template link=lodtemplate_default /> 17 </templates> 18 14 19 <Scene 15 20 ambientlight = "0.5, 0.5, 0.5" … … 52 57 createSpaceStationPar(0,2,1,2,1,4,1,50) 53 58 ?> 54 <TeamSpawnPoint team=2 position="20,20,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceship assff/>55 <TeamSpawnPoint team=2 position="-20,-20,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceship assff/>56 <TeamSpawnPoint team=2 position="-10,10,20" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceship assff/>59 <TeamSpawnPoint team=2 position="20,20,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipghost/> 60 <TeamSpawnPoint team=2 position="-20,-20,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipghost/> 61 <TeamSpawnPoint team=2 position="-10,10,20" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipghost/> 57 62 </attached> 58 63 </StaticEntity>
Note: See TracChangeset
for help on using the changeset viewer.