fix: changes camera target vs limit errors to warnings and makes sure they're in the right places

This commit is contained in:
Duncan Brown
2022-07-29 20:48:54 -04:00
committed by Julian Murgia
parent abb01b7f0b
commit e4bb111cb9
4 changed files with 21 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ func set_camera_limits(camera_limit_id: int = 0, scene: Node = current_scene) ->
escoria.logger.info(
self,
"Setting camera limits from scene " + area
"Setting camera limits from scene " + str(area)
)
limits = ESCCameraLimits.new(
area.position.x,