Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9701


Ignore:
Timestamp:
Oct 14, 2013, 5:36:35 PM (11 years ago)
Author:
zifloria
Message:

top down camera

Location:
code/branches/invaders
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/data/levels/Invaders.oxw

    r9698 r9701  
    11<LevelInfo
    2  name = "Empty level"
    3  description = "A level with absolutely nothing in it."
     2 name = "Invader Test"
     3 description = "Invader Test"
    44 tags = "test"
    55 screenshot = "emptylevel.png"
     
    1515  include("templates/spaceshipAssff2.oxt")
    1616  include("templates/spaceshipPirate.oxt")
    17   include("templates/spaceshipEscort.oxt")
     17  include("templates/spaceshipInvader.oxt")
    1818?>
    1919
    20 <Level>
     20<Level gametype = Invader>
    2121  <templates>
    2222    <Template link=lodtemplate_default />
     
    3030
    3131    <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"/>
    32     <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     32    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipinvader />
    3333   
    3434  </Scene>
  • code/branches/invaders/src/modules/CMakeLists.txt

    r9348 r9701  
    3939ADD_SUBDIRECTORY(docking)
    4040ADD_SUBDIRECTORY(towerdefense)
     41ADD_SUBDIRECTORY(invader)
Note: See TracChangeset for help on using the changeset viewer.