blackhornet
thanks.
Just a few questions though:
1.
window size is 640,480
1 of my layouts is 640,480, so I changed it to 740,580
my insets are:
left = 0
top = 0
right = 100
bottom = 100
I did not change the positions of the objects in my layout, just changed layout size
are the values for inset correct? Not sure I understand them that's why I am asking.
2. I noticed that there is no disable/enable for scroll to plus. There are situations where in a long layout, you fight goons until you reach the final boss on (right) end of layout, I want to make the scroll to stay in that position. So I just set position of camera to something not moving? or is there a more correct/better way of doing it?