Files
godot-demo-projects/plugins/custom_import_plugin/plugin.cfg
TwistedTwigleg 2a9dbe8d51 Ported over the custom node and custom dock plugins to Godot 3.
Made a new material IO plugin because the old one wasn't working. The new material IO plugin uses JSON instead of a custom
resource because you currently cannot save custom resources from GDScript.
2017-10-15 21:41:14 -04:00

15 lines
206 B
INI

[plugin]
name="Silly Spatial Material Importer/Exporter"
description="Imports and exports a 3D Material from an external text file"
author="TwistedTwigleg"
version="1.0"
script="material_import.gd"