mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Rename the custom import plugin to custom material creator
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
[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"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
7
plugins/custom_material_creator/plugin.cfg
Normal file
7
plugins/custom_material_creator/plugin.cfg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[plugin]
|
||||||
|
|
||||||
|
name="Silly Spatial Material Creator"
|
||||||
|
description="Loads and saves a 3D Material from an external text file"
|
||||||
|
author="TwistedTwigleg"
|
||||||
|
version="1.0"
|
||||||
|
script="material_import.gd"
|
||||||
Reference in New Issue
Block a user