1
0
Fork 0
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:
Manolis Papadeas 2021-07-21 00:45:57 +03:00
parent 28b8e000f9
commit 353702ebc4

View file

@ -110,6 +110,7 @@ func draw_end(position : Vector2) -> void:
_dest = Vector2.ZERO
_drawing = false
_displace_origin = false
cursor_text = ""
func draw_preview() -> void: