Update CORE and load_presentation() message
This commit is contained in:
parent
c8276bf6b5
commit
2f4690b6c9
2 changed files with 2 additions and 2 deletions
2
dist/submodules/CORE
vendored
2
dist/submodules/CORE
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 6f480e406d07841cdde451b35e8ac554d51566c8
|
Subproject commit 864af56021e784d6ca84ff0222fe6ef5d4056cb7
|
|
@ -24,7 +24,7 @@ func _ready() -> void:
|
||||||
logger.info("Presentation loader is ready")
|
logger.info("Presentation loader is ready")
|
||||||
|
|
||||||
func load_presentation(load_path: String) -> String:
|
func load_presentation(load_path: String) -> String:
|
||||||
logger.info("Validating presentation located at " + load_path)
|
logger.info(core.misc.stringify_variables("Loading presentation located at %path%", { "path": load_path }))
|
||||||
path = load_path
|
path = load_path
|
||||||
is_file = FileAccess.file_exists(path)
|
is_file = FileAccess.file_exists(path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue