mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-31 22:12:59 +00:00
rogueviz::ads:: screenshot option
This commit is contained in:
@@ -191,6 +191,11 @@ void game_menu() {
|
|||||||
pushScreen(showSettings);
|
pushScreen(showSettings);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
dialog::addItem("save animation/shot", 's');
|
||||||
|
dialog::add_action([] {
|
||||||
|
pushScreen(anims::show);
|
||||||
|
});
|
||||||
|
|
||||||
#if CAP_FILES && !ISWEB
|
#if CAP_FILES && !ISWEB
|
||||||
dialog::addItem("save the current config", 's');
|
dialog::addItem("save the current config", 's');
|
||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
|
|||||||
Reference in New Issue
Block a user