Danil Alexeev 285139fc4e Fix GDScript code style regarding colon (demos) | há 1 ano atrás | |
---|---|---|
.. | ||
README.md | há 4 anos atrás | |
import.gd | há 1 ano atrás | |
plugin.cfg | há 4 anos atrás | |
plugin.gd | há 2 anos atrás | |
test.mtxt | há 4 anos atrás | |
test.mtxt.import | há 1 ano atrás |
This plugin demo shows how a custom import system can be added to the editor. In this case, it imports a material. For more information, see this documentation article: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/import_plugins.html
In the editor, try opening test.mtxt
. Godot will recognize
it and import it as a material because of this plugin.