2.0.0 Beta 2
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 aScreenHandlerType
for usage with fabric-screen-handler-api-v1 - Alignment changes
Alignment
was renamed toHorizontalAlignment
- Added
VerticalAlignment
WLabel.alignment
->horizontalAlignment
, added vertical alignment support for labels
WWidget.addTooltip
now uses a list ofStringRenderable
s instead of a list ofText
s