chore: storing version and changelog
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## [4.0.0-alpha.190](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.190) (2022-07-11)
|
||||
|
||||
|
||||
|
||||
## [4.0.0-alpha.189](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.189) (2022-07-10)
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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\
|
||||
|
||||
@@ -56,7 +56,7 @@ func enable_plugin():
|
||||
"type": TYPE_STRING
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
ESCProjectSettingsManager.register_setting(
|
||||
ESCProjectSettingsManager.AVATARS_PATH,
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user