Changeset 10673 for code/branches/AI_HS15/data/levels
- Timestamp:
- Oct 19, 2015, 5:15:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/data/levels/AITest.oxw
r10655 r10673 32 32 33 33 <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"/> 34 <SpawnPoint team=0 position="- 1000,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />34 <SpawnPoint team=0 position="-2000,-1000,3000" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 35 35 36 36 <?lua 37 37 for i = 0, 5, 1 do 38 38 ?> 39 <SpaceShip position="<?lua print(1600+i*200) ?>, 3000, 2000 ?>" lookat="0,0,0">39 <SpaceShip position="<?lua print(1600+i*200) ?>,<?lua print(3000-i*500) ?>, -1500 ?>" lookat="0,0,0"> 40 40 <templates> 41 41 <Template link=spaceshipassff />
Note: See TracChangeset
for help on using the changeset viewer.