mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
CLI option -via-shader
This commit is contained in:
parent
18ab187547
commit
45ff7a4e10
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user