1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 05:23:00 +00:00

rogueviz:: links to the papers in presentations

This commit is contained in:
Zeno Rogue
2022-08-12 09:09:18 +02:00
parent dd4001601f
commit d5467eb379
3 changed files with 7 additions and 1 deletions

View File

@@ -367,10 +367,12 @@ slide sweeper_slides[] = {
dialog::addTitle("Hyperbolic Minesweeper is in P", dialog::dialogcolor, 150);
dialog::addBreak(1600);
dialog::addTitle(" ", dialog::dialogcolor, 150);
dialog::addItem("paper on arXiv", '5');
dialog::display();
return true;
});
no_other_hud(mode);
if(mode == pmKey) open_url("https://arxiv.org/abs/2002.09534");
}
},