mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
devmods:: fixed filenames in manual-animation
This commit is contained in:
parent
78c0d8b3c4
commit
35cf9ac57f
@ -217,9 +217,9 @@ bool trailer_handleKey(int sym, int uni) {
|
||||
ticks = i * 1000 / 30;
|
||||
if(i < lasti) continue;
|
||||
|
||||
system("mkdir addons/possaver/");
|
||||
system("mkdir -p devmods/manual/");
|
||||
|
||||
shot::take(format("extra/possaver/%05d.png", i));
|
||||
shot::take(format("devmods/manual/%05d.png", i));
|
||||
println(hlog, "frame ", i);
|
||||
i++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user