I'm currently struggling to find out how set a viewport in MV/Pixi. I have a container (extends Sprite_Base) with a certain width/height and several children inside of it, but i can still draw outside the container sprite.
How can i just not render everything that would be outside the container bounds without having to clear and blt a bitmap everytime something changes?
How can i just not render everything that would be outside the container bounds without having to clear and blt a bitmap everytime something changes?