A Thousand Ships 0343cedd48 General proofreading (#1262) 2 hónapja
..
README.md a0a87c3bea Add a main screen plugin to the plugin demos 5 éve
handled_by_main_screen.gd a0a87c3bea Add a main screen plugin to the plugin demos 5 éve
handled_by_main_screen.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 2 hónapja
main_panel.tscn 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 2 hónapja
main_screen_plugin.gd 0343cedd48 General proofreading (#1262) 2 hónapja
main_screen_plugin.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 2 hónapja
plugin.cfg a0a87c3bea Add a main screen plugin to the plugin demos 5 éve
print_hello.gd bac1e69164 Use static typing in all demos (#1063) 1 éve
print_hello.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 2 hónapja

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.