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.gd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/addons/GifMaker/plugin.gd (limited to 'src/addons/GifMaker/plugin.gd') diff --git a/src/addons/GifMaker/plugin.gd b/src/addons/GifMaker/plugin.gd new file mode 100644 index 0000000..49e712e --- /dev/null +++ b/src/addons/GifMaker/plugin.gd @@ -0,0 +1,10 @@ +tool +extends EditorPlugin + + +func _enter_tree(): + pass + + +func _exit_tree(): + pass -- cgit v1.2.3