rogueviz::ads:: screenshot option

This commit is contained in:
Zeno Rogue 2023-01-31 16:40:29 +01:00
parent 8e17338585
commit 637feb315a
1 changed files with 5 additions and 0 deletions

View File

@ -191,6 +191,11 @@ void game_menu() {
pushScreen(showSettings);
});
dialog::addItem("save animation/shot", 's');
dialog::add_action([] {
pushScreen(anims::show);
});
#if CAP_FILES && !ISWEB
dialog::addItem("save the current config", 's');
dialog::add_action([] {