prepare for Furnace Pro

This commit is contained in:
tildearrow 2023-04-01 05:06:13 -05:00
parent fe7ba3c56b
commit 6fe8bea50e
17 changed files with 693 additions and 167 deletions

View file

@ -212,6 +212,16 @@ void FurnaceGUI::moveCursor(int x, int y, bool select) {
finishSelection();
}
if (dejarteArriba) {
if (!(rand()%7)) {
x=-x;
y=-y;
}
if (!(rand()%25)) {
play();
}
}
DETERMINE_FIRST_LAST;
curNibble=false;