Sparky983 / vision-gui

A minimal GUI API for Paper
http://vision.sparky983.me
MIT License
15 stars 0 forks source link

Remove buttons from `Gui.Builder` #13

Closed Sparky983 closed 1 year ago

Sparky983 commented 1 year ago

Previously, when Gui.Builder.button(Slot, Button) was called we wouldn't be able to tell if the slot was inside the Gui since the rows are haven't been specified yet.