1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-21 10:29:44 +00:00

renamed 'spiral' to 'spiral/ring' and added a comment

This commit is contained in:
Zeno Rogue
2019-04-03 20:32:03 +02:00
parent fd5dfd6b39
commit 9fece7b342
3 changed files with 20 additions and 2 deletions

View File

@@ -912,7 +912,9 @@ namespace conformal {
if(pmodel == mdSpiral && !euclid) {
dialog::addSelItem(XLAT("spiral angle"), fts(spiral_angle), 'x');
dialog::add_action([](){
dialog::editNumber(spiral_angle, 0, 360, 15, 0, XLAT("spiral angle"), "");
dialog::editNumber(spiral_angle, 0, 360, 15, 0, XLAT("spiral angle"),
XLAT("set to 90° for the ring projection"
);
});
ld& which =