mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
Add a main screen plugin to the plugin demos
This commit is contained in:
@@ -11,7 +11,7 @@ Renderer: GLES 2
|
||||
|
||||
# How does it work?
|
||||
|
||||
This project contains 3 plugins:
|
||||
This project contains 4 plugins:
|
||||
|
||||
* The custom node plugin shows how to create a custom node type
|
||||
using `add_custom_type`. [More info](addons/custom_node).
|
||||
@@ -22,6 +22,9 @@ This project contains 3 plugins:
|
||||
* The material creator plugin shows how to add a custom dock with some
|
||||
simple functionality. [More info](addons/material_creator).
|
||||
|
||||
* The main screen plugin is a minimal example of how to create a plugin
|
||||
with a main screen. [More info](addons/main_screen).
|
||||
|
||||
To use these plugins in another project, copy any of these
|
||||
folders to the `addons/` folder in a Godot project, and then
|
||||
enable them in the project settings menu.
|
||||
|
||||
Reference in New Issue
Block a user