Skip to content

2.0.0 Beta 2

Compare
Choose a tag to compare
@Juuxel Juuxel released this 18 Jun 08:36
· 417 commits to master since this release

Repository version: 2.0.0-beta.2+1.16-pre8

Added

  • Added a global GL scissor stack (#59)
  • Added a WTiledSprite widget (#62 by @fiws)
  • Added texture rendering methods with opacity (#63 by @fiws)
  • Added fullscreen mode for screens (#66)

Changed

  • The SyncedGuiDescription constructor now takes a ScreenHandlerType for usage with fabric-screen-handler-api-v1
  • Alignment changes
    • Alignment was renamed to HorizontalAlignment
    • Added VerticalAlignment
    • WLabel.alignment -> horizontalAlignment, added vertical alignment support for labels
  • WWidget.addTooltip now uses a list of StringRenderables instead of a list of Texts