Include entrypoint.gd for example project.
This commit is contained in:
parent
9a8c92a150
commit
4a76bb0546
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
extends PresencodeEntrypoint
|
||||
|
||||
func initialize() -> void:
|
||||
logger.info("Initialized entrypoint for example presentation")
|
||||
|
||||
func switch_slide(new_slide: int) -> void:
|
||||
logger.info("Switching to slide " + str(new_slide))
|
||||
|
|
Loading…
Reference in a new issue