mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 23:40:07 +01:00
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.
15 lines
206 B
INI
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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|