Changeset 7480
- Timestamp:
- Sep 22, 2010, 11:22:03 PM (14 years ago)
- Location:
- code/branches/lastmanstanding
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/data/levels/empty_level.oxw
r7163 r7480 11 11 12 12 <Level 13 name = "Sample" 14 description = "Just a few tests" 13 name = "Last Man Standing" 14 description = "testmap for gametype last man standing" 15 gametype = "LastManStanding" 15 16 > 16 17 <templates> … … 25 26 <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"/> 26 27 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 28 <SpawnPoint team=0 position="-200,200,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 29 <SpawnPoint team=0 position="-200,0,200" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 30 <SpawnPoint team=0 position="200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 31 <SpawnPoint team=0 position="200,200,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 32 <SpawnPoint team=0 position="200,0,200" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 27 33 28 34 </Scene> -
code/branches/lastmanstanding/src/orxonox/gametypes/CMakeLists.txt
r7163 r7480 7 7 Asteroids.cc 8 8 Dynamicmatch.cc 9 LastManStanding.cc 9 10 )
Note: See TracChangeset
for help on using the changeset viewer.