1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-29 20:11:23 +00:00

'shot' value to change shots

This commit is contained in:
Zeno Rogue
2019-04-07 03:09:52 +02:00
parent 5fb9578000
commit b74c2369a0
2 changed files with 3 additions and 1 deletions

View File

@@ -697,6 +697,7 @@ bool record_animation() {
for(int i=0; i<noframes; i++) {
int newticks = i * period / noframes;
while(ticks < newticks) shmup::turn(1), ticks++;
dynamicval<bool> v2(inHighQual, true);
apply();
conformal::configure();
if(conformal::on) {