mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
CLI option: -tstep
This commit is contained in:
parent
daeffa3647
commit
481aa198ad
@ -2094,6 +2094,9 @@ int read_config_args() {
|
||||
else if(argis("-d:graph")) {
|
||||
PHASEFROM(2); launch_dialog(showGraphConfig);
|
||||
}
|
||||
else if(argis("-tstep")) {
|
||||
PHASEFROM(2); shift(); vid.texture_step = argi();
|
||||
}
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user