I have a menu that links to basically two different games. One is a portrait game essentially, tall and skinny, while the other is short and long. I want my game size to change based on which game I enter, but I can't change it. The best I've found by browsing the web is to use: this.scale.setGameSize(width, height);
The problem is, I get a message that setGameSize is not a function. Anybody have any ideas?