1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 19:47:54 +00:00

moved underlying space drawer from rots to hybrid, and renamed the rest of rots:: to twist::

This commit is contained in:
Zeno Rogue
2024-06-16 18:12:52 +02:00
parent 57759e95bc
commit 3d9c4c838e
10 changed files with 100 additions and 100 deletions

View File

@@ -1598,8 +1598,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")
param_f(hybrid::underlying_scale, "rots-underlying-scale");
param_b(hybrid::underlying_as_pc, "underlying_as_pc")
-> editable("draw PC on the underlying map", 'P');
param_b(vid.bubbles_special, "bubbles-special", 1);