mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
spiral angle defaults to 70
This commit is contained in:
parent
36517a105d
commit
8914868bce
@ -393,7 +393,7 @@ namespace conformal {
|
||||
movetophase();
|
||||
}
|
||||
|
||||
ld spiral_angle, spiral_x = 10, spiral_y = 7;
|
||||
ld spiral_angle = 70, spiral_x = 10, spiral_y = 7;
|
||||
int spiral_id = 7;
|
||||
|
||||
cld spiral_multiplier;
|
||||
|
Loading…
Reference in New Issue
Block a user