Anyone have 2D camera shake working in Godot 4?
I've found setting .offset no longer a viable way to shake a camera since it will move the screen outside of it's limits.
And if you are close to the limit, then the camera won't shake by setting .position.
So there must be a calculation to see if setting the .offset will make the camera outside of it's limits?