1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

arg:: option -palrgba

This commit is contained in:
Zeno Rogue 2018-04-21 12:02:03 +02:00
parent 1ec6e53cbc
commit 2fdc5576d5

View File

@ -300,6 +300,12 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
shift(); linepatterns::patterns[id].color |= argi();
autocheat = true;
}
else if(argis("-palrgba")) {
PHASEFROM(2);
shift(); int id = argi();
shift(); linepatterns::patterns[id].color = arghex();
autocheat = true;
}
else if(argis("-geo")) {
if(curphase == 3) {
shift(); targetgeometry = (eGeometry) argi();