- Timestamp:
- Dec 20, 2011, 9:39:41 PM (13 years ago)
- Location:
- code/branches/presentation2011/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/data/levels/asteroidField.oxw
r9007 r9008 13 13 14 14 <?lua 15 include("templates/spaceshipAssff 2.oxt")15 include("templates/spaceshipAssff.oxt") 16 16 include("templates/spaceshipPirate.oxt") 17 17 ?> … … 33 33 34 34 <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"/> 35 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff 2/>35 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 36 36 37 37 -
code/branches/presentation2011/data/levels/presentationHS11.oxw
r9006 r9008 30 30 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 31 31 32 <Script code="formationcontroller formationflight true" onLoad="true"> 33 </Script> <!-- activate formation behaviour--> 34 35 <Script code="artificialcontroller setbotlevel 0.1" onLoad="true"> 36 </Script> <!-- make bots "friendly", doesn't work yet :-( --> 37 38 <SpaceShip position="3000,0,5000" lookat="-1300,-600,900" name="attacker" visible="true"> 39 <!--events> 40 <visibility> 41 <EventListener event="ondock" /> 42 </visibility> 43 </events--> 44 <templates> 45 <Template link=spaceshipassff /> <!--spaceshipTransporter spaceshippirate--> 46 </templates> 47 <controller> 48 <AIController team=0> 49 <!--events> 50 <activity> 51 <EventListener event="attack" /> 52 </activity> 53 </events--> 54 </AIController> 55 </controller> 56 </SpaceShip> 57 58 59 60 61 <!-- ACTUAL LEVEL --> 32 62 33 63 <!-- Generate asteroid field and asteroid belt -->
Note: See TracChangeset
for help on using the changeset viewer.