changed scrollspeed of the credits to 4
This commit is contained in:
parent
8247f07b5e
commit
bc03e31c03
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void show_about(display &disp, std::string campaign)
|
|||
} while(y<map_rect.y + map_rect.h - bottom_margin);
|
||||
|
||||
// performs the actual scrolling
|
||||
const int scroll_speed = 2; // scroll_speed*50 = speed of scroll in pixel per second
|
||||
const int scroll_speed = 4; // scroll_speed*50 = speed of scroll in pixel per second
|
||||
|
||||
offset += scroll_speed;
|
||||
if(offset>=first_line_height) {
|
||||
|
|
Loading…
Add table
Reference in a new issue