|
@@ -2,14 +2,16 @@
|
|
|
|
|
|
A plugin to easily create and animate slides in Godot 4.
|
|
|
|
|
|
-
|
|
|
-
|
|
|
This plugin is small, stable and adaptable.
|
|
|
|
|
|
-## Features
|
|
|
+
|
|
|
+
|
|
|
+This plugin was initially developed for my talk about Godot for the JDLL event. This [complete project](https://gogs.jovian-hersemeule.eu/DricomDragon/WaitForGdSpeech) is also publicly available. The animated gif below shows how it works.
|
|
|
|
|
|

|
|
|
|
|
|
+## Features
|
|
|
+
|
|
|
### A slide is a scene
|
|
|
|
|
|
Leverage the Godot scene system by providing a custom Slide node to use as root for your slide scene. Then you are free to add anything in your slide scene. Don't forget to include it as a child of your Show node in your main scene.
|
|
@@ -30,6 +32,8 @@ If you want to target a specific slide you see, juste click on it with your mous
|
|
|
|
|
|
## How to use
|
|
|
|
|
|
+This repository contains a [minimalist example](godot/example/) made with Godot 4.
|
|
|
+
|
|
|
### Basics
|
|
|
|
|
|
Basic node arrangement in your main scene.
|