1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-15 21:27:10 +00:00

time_unit and pause_speed settings

This commit is contained in:
Zeno Rogue
2022-09-18 10:22:13 +02:00
parent 11b70006aa
commit 6ea3cc4bcc
3 changed files with 13 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ bool ads_turn(int idelta) {
}
if(paused && a[16+11]) {
current = ads_matrix(spin(ang*degree) * xpush(mul*delta*-5) * spin(-ang*degree), 0) * current;
current = ads_matrix(spin(ang*degree) * xpush(mul*delta*-pause_speed) * spin(-ang*degree), 0) * current;
}
else
apply_lorentz(spin(ang*degree) * lorentz(0, 2, -delta*accel*mul) * spin(-ang*degree));