You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera stops working (SILENTLY!) if the camera limit has a negative top left.
Scenario :
Create a room with everything needed in it
Set the Room's camera limits with a negative top left (-500, -500)
Start the game (i..e start the room)
Expected (good):
The camera to start at -500, -500 **OR /!\ some kind of error in the console /!\**
Observed (bad) :
The camera is at (0,0) (I think?)
The camera doesn't center itself on the player (even if he's in positive, valid coordinates)
The camera doesn't move.
I think the clicks aren't intercepted either but I'm not sure of that one.
The text was updated successfully, but these errors were encountered:
@jeancallisti if you set your logging level to INFO (in Escoria -> Debug -> Log Level), you'll see messages like:
ESC (2023-06-10T13:52:49) I main.gd: Setting camera limits using configured parameters (-500, -500, 1280, 550)
and ESC (2023-06-10T13:52:49) I esc_camera.gd: Current camera position = (0, 0).
Camera stops working (SILENTLY!) if the camera limit has a negative top left.
Scenario :
Expected (good):
Observed (bad) :
The text was updated successfully, but these errors were encountered: