We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a61e325 + fa5681d commit 61f44a3Copy full SHA for 61f44a3
material_maker/panels/common/menu_bar_button_with_panel.gd
@@ -17,6 +17,8 @@ func _ready() -> void:
17
18
theme_arrow_icon = get_theme_icon("arrow", "OptionButton")
19
icon = get_theme_icon(icon_name, "MM_Icons")
20
+ mouse_entered.connect(func():
21
+ mm_globals.set_tip_text("#LMB: Open/Close panel, #RMB: Pin/Unpin Panel"))
22
23
24
func _enter_tree() -> void:
0 commit comments