Changeset 9584
- Timestamp:
- Mar 26, 2013, 4:02:36 PM (12 years ago)
- Location:
- code/branches/formationupdate
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formationupdate/data/levels/maxim.oxw
r9582 r9584 73 73 </templates> 74 74 <controller> 75 <AIController team=0/> 76 </controller> 77 </SpaceShip> 78 <?lua end ?> 79 80 81 <!-- ADDING ENEMY FORMATION: 5 Swallows --> 82 <!-- 83 <?lua for i=0,4,1 do 84 ?> 85 <SpaceShip position="<?lua print(5000+i*200) ?>,-200,1000" lookat="-1300,-600,900" visible="true"> 86 <templates> 87 <Template link=spaceshipswallow /> 88 </templates> 89 <controller> 75 90 <AIController team=1/> 76 91 </controller> 77 92 </SpaceShip> 78 93 <?lua end ?> 79 80 94 --> 81 95 </Scene> 82 96 </Level> -
code/branches/formationupdate/src/orxonox/worldentities/pawns/Pawn.cc
r9583 r9584 311 311 { 312 312 /* TEST TEST This is used to find out if the current pawn is also 313 * the master of the form ulation.313 * the master of the formation. 314 314 * 315 315 * NOTE: This does not yet check if the current pawn is actually
Note: See TracChangeset
for help on using the changeset viewer.