mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-21 02:03:16 +00:00
rogueviz::seuphorica:: fixed adjacency
This commit is contained in:
parent
907e0f299e
commit
b4b50c2b4d
@ -1359,13 +1359,13 @@ void enable() {
|
||||
});
|
||||
rogueviz::rv_change(showstartmenu, false);
|
||||
rogueviz::rv_change(mapeditor::drawplayer, false);
|
||||
rogueviz::rv_change(mine_adjacency_rule, 1);
|
||||
}
|
||||
|
||||
local_parameter_set lps_seuphorica("seuphorica:");
|
||||
|
||||
void default_config() {
|
||||
lps_add(lps_seuphorica, menu_darkening, 3);
|
||||
lps_add(lps_seuphorica, mine_adjacency_rule, true);
|
||||
|
||||
param_i(tilesize, "seuphorica_tilesize", 20)
|
||||
-> editable(10, 50, 0.1, "Seuphorica tile size", "", 't')
|
||||
|
Loading…
x
Reference in New Issue
Block a user