1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

rogueviz::pres::non_game_slide_scroll

This commit is contained in:
Zeno Rogue
2022-08-05 20:34:56 +02:00
parent 1f832faeba
commit f138bbb5c2
11 changed files with 21 additions and 26 deletions

View File

@@ -87,6 +87,11 @@ void non_game_slide(presmode mode) {
no_other_hud(mode);
}
void non_game_slide_scroll(presmode mode) {
non_game_slide(mode);
slide_backup(smooth_scrolling, true);
}
void white_screen(presmode mode, color_t col) {
if(mode == pmStart) {
tour::slide_backup(backcolor, col);