@@ -0,0 +1,7 @@
+[plugin]
+
+name="SlideShowPlugin"
+description="A plugin to easily create and animate slides in Godot 4."
+author="Jovian HERSEMEULE"
+version="1.0.0"
+script="plugin.gd"
@@ -0,0 +1,12 @@
+@tool
+extends EditorPlugin
+func _enter_tree():
+ # Initialization of the plugin goes here.
+ pass
+func _exit_tree():
+ # Clean-up of the plugin goes here.