Update CORE and load_presentation() message

This commit is contained in:
JeremyStar™ 2024-05-11 12:19:24 +02:00
parent c8276bf6b5
commit 2f4690b6c9
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6f480e406d07841cdde451b35e8ac554d51566c8 Subproject commit 864af56021e784d6ca84ff0222fe6ef5d4056cb7

View file

@ -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)