mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Make top bar shape-related text disappear after shape has been drawn with the shape tools
This commit is contained in:
parent
28b8e000f9
commit
353702ebc4
|
@ -110,6 +110,7 @@ func draw_end(position : Vector2) -> void:
|
||||||
_dest = Vector2.ZERO
|
_dest = Vector2.ZERO
|
||||||
_drawing = false
|
_drawing = false
|
||||||
_displace_origin = false
|
_displace_origin = false
|
||||||
|
cursor_text = ""
|
||||||
|
|
||||||
|
|
||||||
func draw_preview() -> void:
|
func draw_preview() -> void:
|
||||||
|
|
Loading…
Reference in a new issue