mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 01:03:00 +00:00
devmods:: fixed filenames in manual-animation
This commit is contained in:
@@ -217,9 +217,9 @@ bool trailer_handleKey(int sym, int uni) {
|
|||||||
ticks = i * 1000 / 30;
|
ticks = i * 1000 / 30;
|
||||||
if(i < lasti) continue;
|
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);
|
println(hlog, "frame ", i);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user