fix fillers?
This commit is contained in:
parent
500a4d342e
commit
a4dbd49ded
|
|
@ -2006,6 +2006,7 @@ elemfillerVar = 0;
|
||||||
elements.element_filler = {
|
elements.element_filler = {
|
||||||
category: "special",
|
category: "special",
|
||||||
color: elements.filler.color,
|
color: elements.filler.color,
|
||||||
|
excludeRandom: true,
|
||||||
state: "solid",
|
state: "solid",
|
||||||
movable: "false",
|
movable: "false",
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
|
|
@ -2040,6 +2041,7 @@ var outlinerVar = 0
|
||||||
elements.outliner = {
|
elements.outliner = {
|
||||||
color: elements.filler.color,
|
color: elements.filler.color,
|
||||||
category: elements.filler.category,
|
category: elements.filler.category,
|
||||||
|
excludeRandom: true,
|
||||||
onSelect: function() {
|
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));
|
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 }
|
if (!answerot) { return }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue