FXGL icon indicating copy to clipboard operation
FXGL copied to clipboard

Complete RechargeableComponent and its test

Open AlmasB opened this issue 5 years ago • 1 comments

Code coverage: https://codecov.io/gh/AlmasB/FXGL/src/dev/fxgl/src/main/kotlin/com/almasb/fxgl/dsl/components/RechargeableComponents.kt

File in fxgl module: RechargeableDoubleComponentTest

AlmasB avatar Jun 18 '20 18:06 AlmasB

  • [x] Update the component based on the discussion (points 1 and 2) in #840

This may not be as trivial as it looks since users can bind valueProperty() and maxValueProperty()

  • [x] Add valuePercent, which returns current value as a % of max value

AlmasB avatar Jul 08 '20 07:07 AlmasB