Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Love2D's GUI "functionality" is what turned me away from the framework, but I think I figured out how to make a simple button module to simplify the creation of buttons, so I'll probably be using it in the future.

On the screenshot with the map and the list of locations, the locations are in a scroll box. I think I know how I might create the scrollbar, but how did you force the location list to clip only to the scroll box without the images overflowing? Is that what set scissor does? I found that on the wiki in my research, but it's kinda confusing.

Thank you.

(+1)

Stencil is the answer to your question.
https://love2d.org/wiki/love.graphics.stencil

I was planning to release certain pieces of UI as a standalone package, since it's been requested so much. But that isn't going to happen soon, as in their current state they are meant for a pretty narrow set of use cases.