chore: storing version and changelog

This commit is contained in:
BHSDuncan
2022-07-18 23:29:43 +00:00
parent 4991ff3423
commit 6cf08a607f
2 changed files with 11 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ func set_current_character(name: String):
if ResourceLoader.exists(avatar):
avatar_node.texture = ResourceLoader.load(avatar)
else:
escoria.logger.warn(self, "Unable to load avatar '%s': Resource not found in path '%s'" %
escoria.logger.warn(self, "Unable to load avatar '%s': Resource not found in path '%s'" %
[name, ProjectSettings.get_setting("escoria/dialog_simple/avatars_path")])