Skip to content

Introducing PieWidget, and removing Batch from constructors

Compare
Choose a tag to compare
@payne911 payne911 released this 12 Nov 01:50
· 111 commits to master since this release
616c697
  • A Batch does not need to be passed to the constructors anymore.
  • Introduced PieWidget in the new design: the RadialGroup now doesn't deal in any way with the ShapeDrawer.
  • getMaxDiameter has been renamed to getCurrentDiameter.
  • getMaxRadius has been renamed to getCurrentRadius.
  • minRadius has been renamed to preferredRadius.
  • Introduced a new individuals demo (named "RadialButtons") to showcase the new RadialGroup class.
  • Changed the way the scene2d hit method works with the widget.
  • Fixed the hit for when a contained Actor extends beyond the limits of the widget itself.
  • Fixed RadialGroup containing other PieMenu.
  • Fixed non-regular width and height values on Animated widgets.
  • Fixed centerOnActor method used on an Actor that was contained within a Group.