mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 06:07:12 +00:00
made background screen darkening consistent and optional
This commit is contained in:
@@ -226,7 +226,7 @@ EX void prepare_config() {
|
||||
|
||||
EX void show_config() {
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen(1);
|
||||
gamescreen();
|
||||
dialog::init(XLAT("Solv quotient spaces"));
|
||||
|
||||
dialog::addSelItem(XLAT("%1 period", "X/Y"), its(period_xy_edit), 'x');
|
||||
|
||||
Reference in New Issue
Block a user