mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Ensure most demos have descriptions and screenshots
This commit is contained in:
@@ -11,7 +11,15 @@ config_version=4
|
||||
[application]
|
||||
|
||||
config/name="Plugin Demos"
|
||||
config/description="This contains multiple plugin demos, all placed in a project for convenience."
|
||||
config/description="This contains multiple plugin demos, all placed in a project for convenience.
|
||||
Due to bug 36713 you need to open the project to import the assets once, then close, then open.
|
||||
|
||||
This project contains 4 plugins:
|
||||
|
||||
* The custom node plugin shows how to create a custom node type using `add_custom_type`.
|
||||
* The material import plugin shows how to make a plugin handle importing a custom file type (mtxt).
|
||||
* The material creator plugin shows how to add a custom dock with some simple functionality.
|
||||
* The main screen plugin is a minimal example of how to create a plugin with a main screen."
|
||||
run/main_scene="res://test_scene.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user