The centre of my game universe is 0,0, and expands out infinitely in all directions. Objects can therefore be positioned at negative values
Using useBounds = false, It seems I can set the scrollX, scrollY manually to negative values, but if I try use startFollow , it will never position the centre of the camera at less than 0,0. Is there some other setting I need to allow this?
Regards