flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
286 stars 25 forks source link

Scaling the UI #141

Closed pakeke-constructor closed 1 year ago

pakeke-constructor commented 1 year ago

The UI needs to be able to be scaled.

I'm happy to work on this. As discussed on the LOVE discord, I think we should add a "Scale" field inside of the options table

flamendless commented 1 year ago

This would really be a great feature! Thanks.

pakeke-constructor commented 1 year ago

feature is done, Slab.SetScale() and Slab.GetScale() are now available.