From 49a4da3b4484d5662cc1d8233648fc31bd506db9 Mon Sep 17 00:00:00 2001 From: RorotoSic <70805756+RorotoSic@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:17:57 +0100 Subject: [PATCH] tooltip R90 R180 R270 i dont add txt to the Translations.pot bc not sure to understand and dont want to make mistake --- src/Tools/BaseDraw.tscn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Tools/BaseDraw.tscn b/src/Tools/BaseDraw.tscn index de33a3b1a..6652c018b 100644 --- a/src/Tools/BaseDraw.tscn +++ b/src/Tools/BaseDraw.tscn @@ -60,18 +60,21 @@ layout_mode = 2 [node name="Rotate90" type="CheckBox" parent="Rotate" index="0"] layout_mode = 2 +tooltip_text = "rotate the brush 90 degrees" mouse_default_cursor_shape = 2 button_group = SubResource("ButtonGroup_7u3x0") text = "R 90" [node name="Rotate180" type="CheckBox" parent="Rotate" index="1"] layout_mode = 2 +tooltip_text = "rotate the brush 180 degrees" mouse_default_cursor_shape = 2 button_group = SubResource("ButtonGroup_7u3x0") text = "R 180" [node name="Rotate270" type="CheckBox" parent="Rotate" index="2"] layout_mode = 2 +tooltip_text = "rotate the brush 270 degrees" mouse_default_cursor_shape = 2 button_group = SubResource("ButtonGroup_7u3x0") text = "R 270"