Changeset 11962 for code/branches/Masterserver_FS18/data
- Timestamp:
- May 17, 2018, 1:30:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Masterserver_FS18/data/levels/testMultiplayerLevel.oxw
r11910 r11962 59 59 <?lua 60 60 max = 16 61 fac = 0.3 61 62 for i = 0, max, 1 62 63 do … … 66 67 ?> 67 68 69 68 70 <TeamSpawnPoint team=0 position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 69 <TeamSpawnPoint team=1 position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate /> 71 <TeamSpawnPoint team=1 position="<?lua print(y*1.4*fac+z*0.2*fac) ?>,0,<?lua print(z*1.4*fac-y*0.2*fac) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate /> 72 70 73 71 74 <StaticEntity position="<?lua print(y) ?>,0,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
Note: See TracChangeset
for help on using the changeset viewer.