mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
arg:: option -neon
This commit is contained in:
parent
6c61162392
commit
7396024c38
@ -2481,6 +2481,10 @@ EX int read_config_args() {
|
||||
else if(argis("-csc")) {
|
||||
PHASEFROM(2); shift_arg_formula(vid.creature_scale);
|
||||
}
|
||||
else if(argis("-neon")) {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_mode = argi();
|
||||
}
|
||||
else if(argis("-char")) {
|
||||
auto& cs = vid.cs;
|
||||
shift(); cs.charid = argi();
|
||||
|
Loading…
Reference in New Issue
Block a user