Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Implemented Scrolling subtitle

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
It would be nice if the subtitle scrolled horizontally. I can never see the entire string that's up there. ie what should say 'Aidden's woodcutter on [email protected]' shows as 'Aidden's woodcutter on abcdefgh...'
So for it to scroll messages longer than the visible range would be nice.

@Cloud
 
Joined
Jul 6, 2014
Messages
24
@Arbiter, just have a size-2 circular queue that draws the subtitle string-width * 1.5 pixels apart, removing the head and readding it once it disappears. :)
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Also, i think it might be a good idea to only have it scroll when the mouse hovers it. Some users may find it distracting and annoying otherwise.
 
Top