bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Add missing numeric trait implementations to Val

Open alice-i-cecile opened this issue 1 year ago • 0 comments

What problem does this solve or what need does it fill?

bevy_ui's Val type only has implementations for Add and AddAssign with floats.

What solution would you like?

Add:

  1. Subtraction, multiplication and division with floats.
  2. All four of these operations with Val itself.

alice-i-cecile avatar Aug 01 '22 14:08 alice-i-cecile