Sfoglia il codice sorgente

:memo: Add references to examples

DricomDragon 1 anno fa
parent
commit
5b4bd91f4c
1 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -2,14 +2,16 @@
 
 A plugin to easily create and animate slides in Godot 4.
 
-![godot slide show plugin icon](godot/icon.png)
-
 This plugin is small, stable and adaptable.
 
-## Features
+![godot slide show plugin icon](godot/icon.png)
+
+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.
 
 ![godot slide animated demo](doc/wait-for-gd-example.gif)
 
+## 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.