Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7480


Ignore:
Timestamp:
Sep 22, 2010, 11:22:03 PM (14 years ago)
Author:
jo
Message:

initial upload

Location:
code/branches/lastmanstanding
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lastmanstanding/data/levels/empty_level.oxw

    r7163 r7480  
    1111
    1212<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"
    1516>
    1617  <templates>
     
    2526    <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"/>
    2627    <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 />
    2733   
    2834  </Scene>
  • code/branches/lastmanstanding/src/orxonox/gametypes/CMakeLists.txt

    r7163 r7480  
    77  Asteroids.cc
    88  Dynamicmatch.cc
     9  LastManStanding.cc
    910)
Note: See TracChangeset for help on using the changeset viewer.