Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2012, 3:59:19 PM (12 years ago)
Author:
mentzerf
Message:

added spaceship that follows four waypoints on the playfield

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/newlevel2012/data/levels/towerDefense.oxw

    r9124 r9129  
    3030  <Pawn>
    3131    <camerapositions>
    32       <CameraPosition position="200,0,250" absolute=true />
     32      <CameraPosition position="200,0,350" absolute=true />
    3333    </camerapositions>
    3434  </Pawn>
     
    7070       
    7171       
     72       
     73         <SpaceShip position="-10,0,20" lookat="0,0,0">
     74      <templates>
     75        <Template link=spaceshipassff />
     76      </templates>
     77      <controller>
     78        <WaypointController accuracy=3>
     79          <waypoints>
     80            <Model mesh="cube.mesh" scale=1 position="110,90,20" />
     81            <Model mesh="cube.mesh" scale=2 position="290,90,20" />
     82            <Model mesh="cube.mesh" scale=3 position="290,-90,20" />
     83            <Model mesh="cube.mesh" scale=4 position="110,-90,20" />
     84          </waypoints>
     85        </WaypointController>
     86      </controller>
     87    </SpaceShip>
     88   
    7289
    7390    <!--StaticEntity position="0,0,0" direction="0,0,0" collistionType=static mass=100000>
Note: See TracChangeset for help on using the changeset viewer.