1
0
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:
Zeno Rogue 2019-06-17 06:01:56 +02:00
parent daeffa3647
commit 481aa198ad

View File

@ -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;
}