Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions material_maker/panels/common/menu_bar_button_with_panel.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading