chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-19 14:25:52 +00:00
parent 9db27c6a74
commit 59aff141a3
3 changed files with 18 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ func _process(delta: float) -> void:
escoria.save_manager.save_enabled = false
var rc = _running_events[channel_name].run()
if rc is GDScriptFunctionState:
_yielding[channel_name] = true
rc = yield(rc, "completed")

View File

@@ -88,7 +88,7 @@ func set_scene_finish() -> void:
# Make our new scene visible.
current_scene.visible = true
clear_previous_scene()
emit_signal("room_ready")