tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

Allow use of non-integers for multiplying and dividing integer only values #50

Closed slothybutt closed 1 year ago

slothybutt commented 1 year ago

If you have some boomboxes with volumes randomly selected from 1-100, it would be great if you could multiply them all by 0.9 and have the volumes round to the nearest integer.

tyoeer commented 1 year ago

Already added that, it'll show up in the next release. As a workaround you can currently multiply by 9 and then divide by 10.