0.3.6
- Each input value (besides on Events) can now have its sign changed, clicking on the "x" button will change sign assignments -> x, |x|, -|x|, and -x
- Removed sign changing on Modify node
- Added "leeway" to Compare node, it's a plus/minus to the second value. Greater/less than will evaluate to true if the comparison is true for any of the values in the range. Equals has to fall within the range and Not equals has to fall outside of the range. I.e. if the second value is 2 and the leeway is 5, then the range is between -3 and 7
- Removed "Less than but greater than zero", "Greater than but less than zero", "Absolute values is less than", and "Absolute value is greater than". These will work for old nodes but won't be selectable on new ones
- Changed orientation to reflect the above changes
- Improved performance slightly
- Increased bullet size by 50% (visual only)
- Added a Link node that can be placed by right-clicking on an empty cell. It doesn't do anything but it also doesn't consume ticks so the code will jump to where the Link node(s) lead to
- Removed sign changing on Modify node
- Added "leeway" to Compare node, it's a plus/minus to the second value. Greater/less than will evaluate to true if the comparison is true for any of the values in the range. Equals has to fall within the range and Not equals has to fall outside of the range. I.e. if the second value is 2 and the leeway is 5, then the range is between -3 and 7
- Removed "Less than but greater than zero", "Greater than but less than zero", "Absolute values is less than", and "Absolute value is greater than". These will work for old nodes but won't be selectable on new ones
- Changed orientation to reflect the above changes
- Improved performance slightly
- Increased bullet size by 50% (visual only)
- Added a Link node that can be placed by right-clicking on an empty cell. It doesn't do anything but it also doesn't consume ticks so the code will jump to where the Link node(s) lead to