I am trying to “resize” my game view within the screen using Libgdx. Indeed I need to let a black bar on the bottom and the left side of the screen. So as if you resize a square using your MS Paint or Gimp, I would like to do so with my game stage. (I’ve tried to upload a figure to set my issue clearer but apparently Stackoverflow forbids it for me)
I think I am mixing things up with Stage size, the Camera size and the Viewport. Any advice would be greatly appreciated !
If you are using stage then you can try to replace camera view your own with other viewport dimensions.