Rename the custom import plugin to custom material creator

This commit is contained in:
George Marques
2018-01-14 18:24:36 -02:00
parent e182dd799a
commit 621abe5984
6 changed files with 7 additions and 14 deletions

View File

@@ -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"

View 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"