1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 21:58:13 +00:00

option -rugtisze

This commit is contained in:
Zeno Rogue 2018-01-28 12:21:29 +01:00
parent f6957614b8
commit 8c8ea37ce0

View File

@ -1667,6 +1667,10 @@ int rugArgs() {
shift(); keep_shape = true; shift(); keep_shape = true;
} }
else if(argis("-rugtsize")) {
shift(); rug::texturesize = argi();
}
else if(argis("-rugnokeep")) { else if(argis("-rugnokeep")) {
shift(); keep_shape = false; shift(); keep_shape = false;
} }