fix fillers?

This commit is contained in:
JustAGenericUsername 2024-02-09 18:11:48 -05:00
parent 500a4d342e
commit a4dbd49ded
1 changed files with 2 additions and 0 deletions

View File

@ -2006,6 +2006,7 @@ elemfillerVar = 0;
elements.element_filler = {
category: "special",
color: elements.filler.color,
excludeRandom: true,
state: "solid",
movable: "false",
onSelect: function() {
@ -2040,6 +2041,7 @@ var outlinerVar = 0
elements.outliner = {
color: elements.filler.color,
category: elements.filler.category,
excludeRandom: true,
onSelect: function() {
var answerot = prompt("Please input the desired element of this outliner. It will not work if you do multiple filter types while paused.",(outlinerVar||undefined));
if (!answerot) { return }