chore: storing version and changelog

This commit is contained in:
StraToN
2022-07-11 21:04:09 +00:00
parent 833f9bb503
commit d7b8c893af
4 changed files with 7 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ class ESCLoggerFile extends ESCLoggerBase:
class ESCLoggerVerbose extends ESCLoggerBase:
func _init():
pass
func debug(owner: Object, msg: String):
var context = owner.get_script().resource_path.get_file()
print(context, ": ", msg)

View File

@@ -135,7 +135,7 @@ func say(character: String, type: String, text: String) -> void:
escoria.logger.warn(
self,
"Unable to find voice file with key '%s'." % matches.get_string("key")
)
)
else:
(
escoria.object_manager.get_object(escoria.object_manager.SPEECH).node\