mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
manual-animation: keys , and . for zoom
This commit is contained in:
@@ -122,6 +122,9 @@ bool trailer_handleKey(int sym, int uni) {
|
||||
|
||||
if(keys_on) {
|
||||
|
||||
if(sym == ',') { vid.fov *= 1.1; mouseaim_sensitivity *= 1.1; println(hlog, "fov = ", vid.fov, " sens = ", mouseaim_sensitivity); }
|
||||
if(sym == '.') { vid.fov /= 1.1; mouseaim_sensitivity /= 1.1; println(hlog, "fov = ", vid.fov, " sens = ", mouseaim_sensitivity); }
|
||||
|
||||
if(sym == 't') {
|
||||
if(!saved.empty()) {
|
||||
println(hlog, "frames = ", isize(saved));
|
||||
|
Reference in New Issue
Block a user