1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 11:57:58 +00:00

underlying_as_pc parameter, and fixed some bugs with draw underlying in product space

This commit is contained in:
Zeno Rogue
2024-06-10 01:30:25 +02:00
parent bb14c55997
commit f5b5dbb3d3
2 changed files with 19 additions and 3 deletions

View File

@@ -1599,6 +1599,8 @@ EX void initConfig() {
param_i(s2xe::qrings, "s2xe-rings");
param_f(rots::underlying_scale, "rots-underlying-scale");
param_b(rots::underlying_as_pc, "underlying_as_pc")
-> editable("draw PC on the underlying map", 'P');
param_b(vid.bubbles_special, "bubbles-special", 1);
param_b(vid.bubbles_threshold, "bubbles-threshold", 1);