mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 15: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;
|
||||
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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user