1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-22 00:24:49 +00:00

rogueviz:: made titles of various presentations uppercase

This commit is contained in:
Zeno Rogue
2025-08-22 15:54:32 +02:00
parent 5bebe221d4
commit 3bcbda790c
7 changed files with 13 additions and 13 deletions

View File

@@ -1277,7 +1277,7 @@ slide dmv_slides[] = {
int phooks =
0 +
addHook_slideshows(100, [] (tour::ss::slideshow_callback cb) {
addHook_slideshows(60, [] (tour::ss::slideshow_callback cb) {
cb(XLAT("Playing with Impossibility"), &dmv_slides[0], 'i');
});