mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 12:28:07 +00:00
debug_tiles feature
This commit is contained in:
@@ -2440,6 +2440,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
|
||||
->set_reaction([] {
|
||||
if(vid.highdetail > vid.middetail) vid.highdetail = vid.middetail;
|
||||
});
|
||||
param_b(debug_tiles, "debug_tiles");
|
||||
addsaver(vid.gp_autoscale_heights, "3D Goldberg autoscaling", true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user