mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-29 12:34:07 +00:00
arg:: -pal option to display linepatterns
This commit is contained in:
parent
90ff8c49dc
commit
fed1f9a10a
@ -294,6 +294,12 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
|
|||||||
if(curphase == 3) restartGame(rg::peace);
|
if(curphase == 3) restartGame(rg::peace);
|
||||||
else peace::on = true;
|
else peace::on = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-pal")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift(); int id = argi();
|
||||||
|
shift(); linepatterns::patterns[id].color |= argi();
|
||||||
|
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…
x
Reference in New Issue
Block a user