bobonthenet Posted September 13, 2015 Share Posted September 13, 2015 I'm using some 8 bit sprites and as a result everything in my game is very tiny. How can I scale everything up so that it is all a more reasonable size? Link to comment Share on other sites More sharing options...
CodeToWin Posted September 13, 2015 Share Posted September 13, 2015 sprite.scale.setTo(x, y); x and y are the integer multiples by which to scale the sprite's size. 2 to double, etc. Link to comment Share on other sites More sharing options...
drhayes Posted September 13, 2015 Share Posted September 13, 2015 Or set the scale manager to SHOW_ALL and keep it in CANVAS mode when you create your game instance. Link to comment Share on other sites More sharing options...
Recommended Posts