GUI: add nibble mode to randomize

This commit is contained in:
tildearrow 2022-03-12 03:40:56 -05:00
parent de604bdf01
commit 7971b7323b
2 changed files with 37 additions and 8 deletions

View file

@ -691,7 +691,7 @@ class FurnaceGUI {
int dummyRows, demandX;
int transposeAmount, randomizeMin, randomizeMax, fadeMin, fadeMax;
float scaleMax;
bool fadeMode;
bool fadeMode, randomMode;
int oldOrdersLen;
DivOrders oldOrders;
@ -766,7 +766,7 @@ class FurnaceGUI {
void doFade(int p0, int p1, bool mode);
void doInvertValues();
void doScale(float top);
void doRandomize(int bottom, int top);
void doRandomize(int bottom, int top, bool mode);
void doFlip();
void doCollapse(int divider);
void doExpand(int multiplier);