1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 19:53:00 +00:00

ads-game:: performance settings

This commit is contained in:
Zeno Rogue
2022-09-18 13:34:30 +02:00
parent 62996d0d4c
commit 04c43e99e6
4 changed files with 15 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ void edit_difficulty() {
add_edit(how_much_invincibility);
add_edit(rock_max_rapidity);
add_edit(rock_density);
dialog::addBreak(100);
add_edit(max_gen_per_frame);
add_edit(draw_per_frame);
dialog::addBreak(100);
edit_rsrc();