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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user