Files
godot-demo-projects/plugins/custom_import_plugin/plugin.cfg
George Marques 0bf5a9935d Add a custom import plugin demo
This is a direct port from the Godot 2.1 version of the demo.
2018-01-14 18:29:49 -02:00

8 lines
170 B
INI

[plugin]
name="Silly Material Importer"
description="Imports a 3D Material from an external text file"
author="George Marques"
version="1.0"
script="material_import.gd"