1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Hide the "Brush colors from" option from the Eraser tool

This commit is contained in:
Manolis Papadeas 2021-11-15 02:03:05 +02:00
parent 9cfa8c82b1
commit 1fa0b1e1b7

View file

@ -123,3 +123,8 @@ func update_config() -> void:
.update_config()
$Opacity/OpacitySpinBox.value = _strength * 255
$Opacity/OpacitySlider.value = _strength * 255
func update_brush() -> void:
.update_brush()
$ColorInterpolation.visible = false