GUI: new pattern renderer, part 16

non-working visualizer
This commit is contained in:
tildearrow 2026-01-03 22:08:22 -05:00
parent 17f4ef081b
commit 1ad8b08054
3 changed files with 313 additions and 9 deletions

View file

@ -9436,4 +9436,7 @@ FurnaceGUI::FurnaceGUI():
strncpy(macroRelLabel,"REL",32);
strncpy(emptyLabel,"...",32);
strncpy(emptyLabel2,"..",32);
// new pattern renderer "field" trial.
newPatternRenderer=(rand()&1);
}