collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
884 stars 101 forks source link

Optimize ControlPanel health/mana globes #45

Open collinsmith opened 5 years ago

collinsmith commented 5 years ago

Optimize ControlPanel health/mana globes placements/label display. May require adding support in Attributes API to assign the value of a stat to a widget to be updated whenever the stat is changed. See ObservableValue in JavaFX