mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +00:00
arg:: option -palrgba
This commit is contained in:
parent
1ec6e53cbc
commit
2fdc5576d5
@ -300,6 +300,12 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
|
|||||||
shift(); linepatterns::patterns[id].color |= argi();
|
shift(); linepatterns::patterns[id].color |= argi();
|
||||||
autocheat = true;
|
autocheat = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-palrgba")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift(); int id = argi();
|
||||||
|
shift(); linepatterns::patterns[id].color = arghex();
|
||||||
|
autocheat = true;
|
||||||
|
}
|
||||||
else if(argis("-geo")) {
|
else if(argis("-geo")) {
|
||||||
if(curphase == 3) {
|
if(curphase == 3) {
|
||||||
shift(); targetgeometry = (eGeometry) argi();
|
shift(); targetgeometry = (eGeometry) argi();
|
||||||
|
Loading…
Reference in New Issue
Block a user