1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

improved timestamps

This commit is contained in:
Zeno Rogue
2021-07-29 12:05:07 +02:00
parent 5bff87f5e1
commit f996104074
2 changed files with 33 additions and 3 deletions

View File

@@ -1064,6 +1064,8 @@ EX void initConfig() {
->help_text = "variation|dual|bitruncated";
param_custom(geometry, "geometry", menuitem_change_geometry, 0)
->help_text = "hyperbolic|spherical|Euclidean";
param_i(stamplen, "stamplen");
}
EX bool inSpecialMode() {