Kostas Mouratidis d059806f20 Fix "is mount_event" check in gui_in_3d to work with both 4 beta and 4 rc hai 1 ano
..
README.md a0a87c3bea Add a main screen plugin to the plugin demos %!s(int64=4) %!d(string=hai) anos
handled_by_main_screen.gd a0a87c3bea Add a main screen plugin to the plugin demos %!s(int64=4) %!d(string=hai) anos
main_panel.tscn 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) hai 1 ano
main_screen_plugin.gd d059806f20 Fix "is mount_event" check in gui_in_3d to work with both 4 beta and 4 rc hai 1 ano
plugin.cfg a0a87c3bea Add a main screen plugin to the plugin demos %!s(int64=4) %!d(string=hai) anos
print_hello.gd bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos

README.md

Main Screen Plugin Demo

This plugin demo shows how to make a main screen plugin. The main screen appears as a button next to the "2D", "3D", "Script", and "AssetLib" buttons. It also shows up when a Node it handles is selected.

For more information, see this documentation article: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/making_main_screen_plugins.html

If you would like to see a more complete example of what main screen plugins are capable of, check out the 2.5D demo project.