mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-12 03:33:00 +00:00
option -rugtisze
This commit is contained in:
4
rug.cpp
4
rug.cpp
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user