How do I create a Windows style menu bar and pull-down menus?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By thedudelebowski

As per the title, I would like to create a Windows style UI with menu bar and pull-down menus, exactly like the menu in the top left hand corner of the Godot editor (Scene, Project, Debug etc). I could not find any specific control nodes for doing this, so I assume that a combination of control nodes will be required. Can anybody give me some guidance? Even better, are there any example open-source programs written in Godot that have this already implemented?

:bust_in_silhouette: Reply From: mist

Try MenuButton. To add items click on the Items at the top.

Thanks, that’s exactly what I was looking for!

thedudelebowski | 2019-08-17 19:34