1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

arg:: option -neon

This commit is contained in:
Zeno Rogue 2019-12-26 23:32:18 +01:00
parent 6c61162392
commit 7396024c38

View File

@ -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();