1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 21:08:06 +00:00

Möbius transformations configurable

This commit is contained in:
Zeno Rogue
2018-11-06 15:54:55 +01:00
parent 8e7abf6292
commit b6f4220d47
3 changed files with 10 additions and 0 deletions

View File

@@ -293,6 +293,8 @@ void initConfig() {
addsaver(vid.use_smart_range, "smart-range", 0);
addsaver(vid.smart_range_detail, "smart-range-detail", 8);
addsaver(vid.cells_drawn_limit, "limit on cells drawn", 10000);
addsaver(vid.skiprope, "mobius", 0);
#if CAP_SHMUP
shmup::initConfig();