Add example presentation with manifest

This commit is contained in:
JeremyStar™ 2024-05-11 12:08:17 +02:00
parent 439ffba196
commit c8276bf6b5
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

18
example/manifest.json Normal file
View file

@ -0,0 +1,18 @@
{
"version": {
"minimum": 1.0,
"target": 1.0
},
"resolution": {
"x": 1440,
"y": 810
},
"title": "Example presentation",
"authors": [ "JeremyStarTM" ],
"contributors": [ "Contributors" ],
"license": "AGPL-3.0-or-later",
"entrypoint": "entrypoint.gd",
"slides": 5,
"animations": false,
"display_end_text_after_last_slide": true
}