mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 21:33:58 +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);
|
PHASEFROM(2);
|
||||||
shift(); smooth_scrolling = argi();
|
shift(); smooth_scrolling = argi();
|
||||||
}
|
}
|
||||||
|
else if(argis("-via-shader")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift(); vid.consider_shader_projection = argi();
|
||||||
|
}
|
||||||
else if(argis("-neonnf")) {
|
else if(argis("-neonnf")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift(); neon_nofill = argi();
|
shift(); neon_nofill = argi();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user