1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 17:29:57 +00:00

CLI option -via-shader

This commit is contained in:
Zeno Rogue 2020-09-11 11:13:29 +02:00
parent 18ab187547
commit 45ff7a4e10

View File

@ -2586,6 +2586,10 @@ EX int read_config_args() {
PHASEFROM(2);
shift(); smooth_scrolling = argi();
}
else if(argis("-via-shader")) {
PHASEFROM(2);
shift(); vid.consider_shader_projection = argi();
}
else if(argis("-neonnf")) {
PHASEFROM(2);
shift(); neon_nofill = argi();