So I am developing this 2D platformer and I have big layouts that scroll and zoom and all that. SO that works fine.
Now here is the thing: I want to lock the screen so that it does not move in a boss battle, to confine the boss fight to one single screen. But I don't want to create a new layout for that, i want to lock the screen to a certain position in the new layout.
Is there a simple action for that or is there a special way to do this?
thanks :)