Adjusted the scroll speed and scroll delay for the game descriptions.

This commit is contained in:
Leon Styhre 2020-08-15 10:15:17 +02:00
parent 1d2b9f113b
commit 5b93c40365

View file

@ -11,8 +11,8 @@
#include "renderers/Renderer.h" #include "renderers/Renderer.h"
#define AUTO_SCROLL_RESET_DELAY 3000 // ms to reset to top after we reach the bottom. #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_DELAY 2000 // ms to wait before we start to scroll.
#define AUTO_SCROLL_SPEED 100 // ms between scrolls. #define AUTO_SCROLL_SPEED 130 // ms between scrolls.
ScrollableContainer::ScrollableContainer( ScrollableContainer::ScrollableContainer(
Window* window) Window* window)