Add example presentation with manifest
This commit is contained in:
parent
439ffba196
commit
c8276bf6b5
1 changed files with 18 additions and 0 deletions
18
example/manifest.json
Normal file
18
example/manifest.json
Normal 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
|
||||
}
|
Loading…
Reference in a new issue