Open Zorbatron opened 4 months ago
Changes the action of data sticks to be shift right clicking instead of left clicking. Also resolves #2464.
Changes onDataStickLeftClick to onDataStickShiftRightClick in IDataStickIntractable
onDataStickLeftClick
onDataStickShiftRightClick
IDataStickIntractable
I moved some lang around to match en_us, but the other languages will still say left click to copy.
Any addon that uses IDataStickIntractable
I'm removing the "allow copying the settings of singleblock machines" part of this PR as I plan to make a specific tool for it.
What
Changes the action of data sticks to be shift right clicking instead of left clicking. Also resolves #2464.
Implementation Details
Changes
onDataStickLeftClick
toonDataStickShiftRightClick
inIDataStickIntractable
I moved some lang around to match en_us, but the other languages will still say left click to copy.
Potential Compatibility Issues
Any addon that uses
IDataStickIntractable