mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
option -rugtisze
This commit is contained in:
parent
f6957614b8
commit
8c8ea37ce0
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user