1
0
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:
Zeno Rogue
2022-04-28 08:23:33 +02:00
parent 63e855562c
commit 51ea62977f
2 changed files with 12 additions and 0 deletions

View File

@@ -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);
});