godot-demo-projects/plugins/addons/main_screen
Aaron Franke 814909538f
Update projects to Godot 3.3
2021-04-21 19:17:12 -04:00
..
README.md Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00
handled_by_main_screen.gd Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00
main_panel.tscn Update projects to Godot 3.3 2021-04-21 19:17:12 -04:00
main_screen_plugin.gd Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00
plugin.cfg Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00
print_hello.gd Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00

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.