fix: handles the case where no coroutines are run as part of room creation; also fixes a small bug in ESCCamera

This commit is contained in:
Duncan Brown
2022-04-02 15:02:27 -04:00
committed by Julian Murgia
parent 503d6134dd
commit 85b86f38be
3 changed files with 31 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ func _ready():
escoria.object_manager.CAMERA,
self
),
null,
true
)