Search found 2 matches

by jalefkowit
Thu May 12, 2016 5:18 pm
Forum: General
Topic: Implementing a scrolling text box
Replies: 5
Views: 3828

Re: Implementing a scrolling text box

I'm not aware of any library with that kind of control built-in. That what feels so weird! A scrolling text box is a basic control in just about every GUI toolkit ever, both OS-native and cross-platform. So I was surprised when I couldn't turn one up for LÖVE. I guess it relates to the biggest thin...
by jalefkowit
Thu May 12, 2016 4:48 am
Forum: General
Topic: Implementing a scrolling text box
Replies: 5
Views: 3828

Implementing a scrolling text box

Hey all... complete LÖVE newbie here, so apologies in advance if this is a dumb question. I've been learning LÖVE by using it to build out a game idea that's been rattling around in my head forever. For the most part it's super easy to pick up, which is great. However there is one element of the gam...