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