diff options
author | Raffaele Picca <picster@pixelgod.net> | 2021-02-18 20:31:25 +0100 |
---|---|---|
committer | Raffaele Picca <picster@pixelgod.net> | 2021-02-18 20:31:25 +0100 |
commit | 6406cd4708aeec04c23ffdf098e3319a404e7ed9 (patch) | |
tree | 8faedb9b3f733cc6ee901407e3ac4d4ed8ae6012 /src/addons/rmsmartshape/plugin.cfg | |
parent | c9b3470e43aed98e2a93a332cfc92c3b9ca05163 (diff) |
Initial Commit
Diffstat (limited to 'src/addons/rmsmartshape/plugin.cfg')
-rw-r--r-- | src/addons/rmsmartshape/plugin.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/addons/rmsmartshape/plugin.cfg b/src/addons/rmsmartshape/plugin.cfg new file mode 100644 index 0000000..1ad74a8 --- /dev/null +++ b/src/addons/rmsmartshape/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="SmartShape2D" +description="Tool to design nicely textured 2D polygons" +author="Ryan Lloyd, Robert Morse, and Guy Unger" +version="2.2" +script="plugin.gd" |