Danil Alexeev 285139fc4e Fix GDScript code style regarding colon (demos) | 1 年之前 | |
---|---|---|
.. | ||
README.md | 4 年之前 | |
import.gd | 1 年之前 | |
plugin.cfg | 4 年之前 | |
plugin.gd | 2 年之前 | |
test.mtxt | 4 年之前 | |
test.mtxt.import | 1 年之前 |
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.