So I wanted to add a landscape mode to the cascade example, but using the scene.should_rotate didn't work.
I added:
def should_rotate(self, LANDSCAPE):
columns = 20
But it unfortunately did not do anything. I tried searching for some help on this, as I was going to add it to more projects, but there isn't much out there.
Thank you.