mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-29 06:03:11 +00:00
anims:: commandline option -animrec
This commit is contained in:
parent
2ffcd47150
commit
f923c5271f
@ -851,6 +851,12 @@ int readArgs() {
|
|||||||
else if(argis("-animj")) {
|
else if(argis("-animj")) {
|
||||||
shift(); joukowsky_anim = true;
|
shift(); joukowsky_anim = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-animrec")) {
|
||||||
|
PHASE(3);
|
||||||
|
shift(); noframes = argi();
|
||||||
|
shift(); animfile = args();
|
||||||
|
record_animation();
|
||||||
|
}
|
||||||
|
|
||||||
else return 1;
|
else return 1;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user