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"