mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-11 12:47:39 +00:00
added 'alpha' commandline parameter
This commit is contained in:
@@ -295,6 +295,9 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
|
|||||||
else if(argis("-zoom")) {
|
else if(argis("-zoom")) {
|
||||||
PHASEFROM(2); shift(); vid.scale = argf();
|
PHASEFROM(2); shift(); vid.scale = argf();
|
||||||
}
|
}
|
||||||
|
else if(argis("-alpha")) {
|
||||||
|
PHASEFROM(2); shift(); vid.alpha = argf();
|
||||||
|
}
|
||||||
else if(argis("-Y")) {
|
else if(argis("-Y")) {
|
||||||
yendor::on = true;
|
yendor::on = true;
|
||||||
shift(); yendor::challenge = argi();
|
shift(); yendor::challenge = argi();
|
||||||
|
Reference in New Issue
Block a user