mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Adjusted the scroll speed and scroll delay for the game descriptions.
This commit is contained in:
parent
1d2b9f113b
commit
5b93c40365
|
@ -11,8 +11,8 @@
|
|||
#include "renderers/Renderer.h"
|
||||
|
||||
#define AUTO_SCROLL_RESET_DELAY 3000 // ms to reset to top after we reach the bottom.
|
||||
#define AUTO_SCROLL_DELAY 1000 // ms to wait before we start to scroll.
|
||||
#define AUTO_SCROLL_SPEED 100 // ms between scrolls.
|
||||
#define AUTO_SCROLL_DELAY 2000 // ms to wait before we start to scroll.
|
||||
#define AUTO_SCROLL_SPEED 130 // ms between scrolls.
|
||||
|
||||
ScrollableContainer::ScrollableContainer(
|
||||
Window* window)
|
||||
|
|
Loading…
Reference in a new issue