chore: storing version and changelog

This commit is contained in:
StraToN
2022-07-10 18:40:30 +00:00
parent ad79aa69d1
commit 2e67aa9973
65 changed files with 132 additions and 128 deletions

View File

@@ -43,7 +43,7 @@ func _exit_tree():
func set_scene(p_scene: Node) -> void:
if !p_scene:
escoria.logger.error(
self,
self,
"Can't change to an empty scene. Please specify the scene name."
)