diff --git a/material_maker/panels/common/menu_bar_button_with_panel.gd b/material_maker/panels/common/menu_bar_button_with_panel.gd index b224823cc..6ef859161 100644 --- a/material_maker/panels/common/menu_bar_button_with_panel.gd +++ b/material_maker/panels/common/menu_bar_button_with_panel.gd @@ -17,6 +17,8 @@ func _ready() -> void: theme_arrow_icon = get_theme_icon("arrow", "OptionButton") icon = get_theme_icon(icon_name, "MM_Icons") + mouse_entered.connect(func(): + mm_globals.set_tip_text("#LMB: Open/Close panel, #RMB: Pin/Unpin Panel")) func _enter_tree() -> void: