mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Increased the start delay slightly for the scraper GUI game name scrolling.
This commit is contained in:
parent
96a3b581a2
commit
114c91679e
|
@ -178,7 +178,7 @@ void ComponentList::update(int deltaTime)
|
|||
// Loop the text.
|
||||
const float speed{
|
||||
Font::get(FONT_SIZE_MEDIUM)->sizeText("ABCDEFGHIJKLMNOPQRSTUVWXYZ").x * 0.247f};
|
||||
const float delay{1300.0f};
|
||||
const float delay{1500.0f};
|
||||
const float scrollLength{rowWidth};
|
||||
const float returnLength{speed * 1.5f};
|
||||
const float scrollTime{(scrollLength * 1000.0f) / speed};
|
||||
|
|
Loading…
Reference in a new issue