PanelStudio Version 0.1.0
Pre-release
Pre-release
- Added TabGUI.
- Made Panel width be definded by
FixedComponent
and not by theClickGUI
. - Fixed bug, where two components could be highlighted at once.
- Added animation ClickGUI containers.
CollapsibleContainer
does not extendContainer
anymore, but has it as a field.- Added clipping to
CollapsibleContainer
. - Added
releaseFocus
event, so that child components release focus when parent loses focus. - Added
handleScroll
event. - Added support for scrolling in containers.
- Added support for draggable HUD components.
- Added support
getFontWidth
andgetFontHeight
methods toInterface
.