From 227095a4f710ac6afd43f0a7e8b296f188cf20be Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 31 May 2022 21:11:46 -0600 Subject: add working gif maker --- src/addons/GifMaker/plugin.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/addons/GifMaker/plugin.cfg (limited to 'src/addons/GifMaker/plugin.cfg') diff --git a/src/addons/GifMaker/plugin.cfg b/src/addons/GifMaker/plugin.cfg new file mode 100644 index 0000000..f540664 --- /dev/null +++ b/src/addons/GifMaker/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="GifMaker" +description="A simple node that can record gameplay and turn it into an animated GIF!" +author="Bram Dingelstad" +version="1.0" +script="plugin.gd" -- cgit v1.2.3-54-g00ecf