supersushi Posted May 20, 2018 Share Posted May 20, 2018 Hi! I have been looking for 2 days how to get the full width and height of the game in Typescript. For example, I want to place a gameobject randomly but within the visible bounds. In javascript I have seen solutions mentioning `this.game.width`, or `this.game.scale.width` etc. But nothing in TS. Thanks for your help, A super-novice Link to comment Share on other sites More sharing options...
samme Posted May 20, 2018 Share Posted May 20, 2018 From a scene, it's in this.sys.game.config. supersushi 1 Link to comment Share on other sites More sharing options...
supersushi Posted May 21, 2018 Author Share Posted May 21, 2018 Thank you, @samme! Any idea how to get the responsive size? Link to comment Share on other sites More sharing options...
Recommended Posts