pixijs / ui

Commonly used UI components for PixiJS
https://pixijs.io/ui/
MIT License
198 stars 17 forks source link

fix: setSize not being overridden #190

Closed Zyie closed 2 months ago

Zyie commented 2 months ago

in pixi v8 there is the get/set size functions that allow you to set both the width and height at the same time which is a bit more optimised than setting them individually

This PR ensure that any ui element that overrides width/height also overrides get/set size to ensure it works as expected