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

Don't show the brush color from option in the Shading tool

This commit is contained in:
Manolis Papadeas 2021-10-15 15:49:23 +03:00
parent 50042c6fbc
commit c7f238ff19

View file

@ -253,3 +253,8 @@ func _draw_brush_image(image : Image, src_rect: Rect2, dst: Vector2) -> void:
var pos := Vector2(xx, yy) + dst - src_rect.position var pos := Vector2(xx, yy) + dst - src_rect.position
_set_pixel(pos, true) _set_pixel(pos, true)
image.unlock() image.unlock()
func update_brush() -> void:
.update_brush()
$ColorInterpolation.visible = false