mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 10:20:32 +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")) {
|
||||
shift(); joukowsky_anim = true;
|
||||
}
|
||||
else if(argis("-animrec")) {
|
||||
PHASE(3);
|
||||
shift(); noframes = argi();
|
||||
shift(); animfile = args();
|
||||
record_animation();
|
||||
}
|
||||
|
||||
else return 1;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user