mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
rogueviz::highdim-demo:: removed welcome message
This commit is contained in:
parent
8a836fd1ea
commit
7f26be2531
@ -646,11 +646,7 @@ tour::slide *gen_high_demo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto highdim_hooks =
|
auto highdim_hooks =
|
||||||
addHook(hooks_welcome_message, 100, [] () {
|
addHook(tour::ss::hooks_extra_slideshows, 120, [] (tour::ss::slideshow_callback cb) {
|
||||||
addMessage(XLAT("Welcome to the %1-dimensional space!", its(crystal::get_dim())));
|
|
||||||
return true;
|
|
||||||
})
|
|
||||||
+ addHook(tour::ss::hooks_extra_slideshows, 120, [] (tour::ss::slideshow_callback cb) {
|
|
||||||
|
|
||||||
if(high_slides.empty()) gen_high_demo();
|
if(high_slides.empty()) gen_high_demo();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user