prepare for Furnace Pro
This commit is contained in:
parent
fe7ba3c56b
commit
6fe8bea50e
17 changed files with 693 additions and 167 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue