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