Changeset 6342
- Timestamp:
- Dec 13, 2009, 7:00:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/levels/presentationHS09b.oxw
r6338 r6342 9 9 include("templates/spaceship_ghost.oxt") 10 10 include("templates/spaceship_HXY.oxt") 11 include("templates/spaceship_Transporter.oxt") 11 12 ?> 12 13 … … 100 101 </templates> 101 102 <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> 103 104 <waypoints> 104 105 <StaticEntity position="0,0,0" /> … … 110 111 end 111 112 ?> 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"> 113 126 <events> 114 127 <activity>
Note: See TracChangeset
for help on using the changeset viewer.