Changes between Version 7 and Version 8 of Ticket #1217, comment 6


Ignore:
Timestamp:
Nov 12, 2013, 8:26:14 AM (11 years ago)
Author:
FeXoR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1217, comment 6

    v7 v8  
    1313(Just change the angle from 0*PI to PI)
    1414
    15 Ingame wall placement would be consistent but you had to build walls counter clockwise around your base (which might be counterintuitive though I'm not quite sure) so changing it to clockwise again would need to change 0ad/binaries/data/mods/public/gui/session/input.js Line 962 to
     15Ingame wall placement would be consistent but you had to build walls counter clockwise around your base (which might be counterintuitive though I'm not quite sure). To change it to clockwise again would need to change 0ad/binaries/data/mods/public/gui/session/input.js Line 962 to
    1616
    1717`placementSupport.angle = Math.atan2(placementSupport.position.x - target.x, placementSupport.position.z - target.z);`