Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2009, 7:00:33 PM (14 years ago)
Author:
decapitb
Message:

added Transporter to the level, not too happy with the result yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/levels/presentationHS09b.oxw

    r6338 r6342  
    99  include("templates/spaceship_ghost.oxt")
    1010  include("templates/spaceship_HXY.oxt")
     11  include("templates/spaceship_Transporter.oxt")
    1112?>
    1213
     
    100101      </templates>
    101102      <controller>
    102         <WaypointPatrolController name=ghost target=pirate alertnessradius=1000 team=0 active=false>
     103        <WaypointPatrolController name=HXY target=pirate alertnessradius=1000 team=0 active=true>
    103104          <waypoints>
    104105            <StaticEntity position="0,0,0" />
     
    110111end
    111112?>
    112     <AmbientSound ambientSource="Earth.ogg" loop="true" play="false">
     113<SpaceShip position="2000,0,0" >
     114      <templates>
     115        <Template link=spaceshipTransporter />
     116      </templates>
     117      <controller>
     118        <WaypointPatrolController name=ghost target=pirate alertnessradius=1000 team=0 active=true>
     119          <waypoints>
     120            <StaticEntity position="0,0,0" />
     121          </waypoints>
     122        </WaypointPatrolController>
     123      </controller>
     124</SpaceShip>
     125<AmbientSound ambientSource="Earth.ogg" loop="true" play="false">
    113126       <events>
    114127          <activity>
Note: See TracChangeset for help on using the changeset viewer.