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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user