mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-12 08:43:08 +00:00
Hide the "Brush colors from" option from the Eraser tool
This commit is contained in:
parent
9cfa8c82b1
commit
1fa0b1e1b7
|
@ -123,3 +123,8 @@ func update_config() -> void:
|
||||||
.update_config()
|
.update_config()
|
||||||
$Opacity/OpacitySpinBox.value = _strength * 255
|
$Opacity/OpacitySpinBox.value = _strength * 255
|
||||||
$Opacity/OpacitySlider.value = _strength * 255
|
$Opacity/OpacitySlider.value = _strength * 255
|
||||||
|
|
||||||
|
|
||||||
|
func update_brush() -> void:
|
||||||
|
.update_brush()
|
||||||
|
$ColorInterpolation.visible = false
|
||||||
|
|
Loading…
Reference in a new issue