Changeset 10967 for code/branches/presentationHS15
- Timestamp:
- Dec 11, 2015, 2:21:20 PM (9 years ago)
- Location:
- code/branches/presentationHS15
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15
- Property svn:mergeinfo changed
/code/branches/planetLevelHS15 (added) merged: 10637,10646-10647,10672,10698,10701-10702,10704,10707,10756,10788,10806,10811,10833,10860,10905,10951,10965
- Property svn:mergeinfo changed
-
code/branches/presentationHS15/data/levels/planetLevelHS15.oxw
r10966 r10967 69 69 <Planet 70 70 position="<?lua print(PLANET_DISTANCE)?>,0,0" 71 scale= <?lua print(PLANET_SCALE)?>71 scale="<?lua print(PLANET_SCALE)?>" 72 72 collisionType="dynamic" 73 73 linearDamping="0.8" … … 114 114 <SpawnPoint team=0 position="<?lua print(PLANET_DISTANCE - PLANET_SCALE - 5000)?>,0,0" lookat="<?lua print(PLANET_DISTANCE) ?>,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort orientation="-0.4,-0.6,0.6,0.4" /> 115 115 116 <PortalEndPoint position = "<?lua print(PLANET_DISTANCE) ?>,0,0" id="2" distance=<?lua print(PLANET_SCALE)?>target="Pawn"/>116 <PortalEndPoint position="<?lua print(PLANET_DISTANCE) ?>,0,0" id="2" distance="<?lua print(PLANET_SCALE)?>" target="Pawn"/> 117 117 <PortalEndPoint position="<?lua print(PLANET_DISTANCE + PLANET_SCALE + 6000) ?>,0,0" id="1" distance="40" target="Pawn"/> 118 118
Note: See TracChangeset
for help on using the changeset viewer.