1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

smaller default to top_z

This commit is contained in:
Zeno Rogue 2024-06-28 12:37:18 +02:00
parent e0b2699b85
commit 90b416f594

View File

@ -963,7 +963,7 @@ EX namespace models {
param_matrix(p.mori().v3, pp+"mori3", 3)
-> editable("model orientation 3D", "", 'o');
param_f(p.top_z, sp+"topz", 5)
param_f(p.top_z, sp+"topz", 3)
-> editable(1, 20, .25, "maximum z coordinate to show", "maximum z coordinate to show", 'l');
param_f(p.model_transition, parameter_names(pp+"mtrans", sp+"model transition"), 1)