mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
anims::arg:: -animcircle accepts circle_display_color argument
This commit is contained in:
parent
bdcae25c8e
commit
47fab92cf3
@ -752,6 +752,7 @@ int readArgs() {
|
||||
rotation_center_View = View;
|
||||
shift(); circle_spins = argf();
|
||||
shift(); circle_radius = argf();
|
||||
shift(); circle_display_color = arghex();
|
||||
}
|
||||
else if(argis("-animmove")) {
|
||||
ma = maTranslation;
|
||||
|
Loading…
Reference in New Issue
Block a user