option -rugtisze

This commit is contained in:
Zeno Rogue 2018-01-28 12:21:29 +01:00
parent f6957614b8
commit 8c8ea37ce0
1 changed files with 4 additions and 0 deletions

View File

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