hellspawn_bg Posted October 21, 2014 Share Posted October 21, 2014 Another dumb question on my side. What I am trying to do is to implement camera zoom out feature, fixed to the center of the screen. I have followed lewster's example and it works perfectly, except that it also scales my heads up displays like progress bar, score, etc. Is there a way to work around this using worldScale or do I have to come up with something differently? Thanks Link to comment Share on other sites More sharing options...
CtlAltDel Posted October 21, 2014 Share Posted October 21, 2014 The way I solve that is to add a separate group that I scale and make everything that scales a child of that group. hellspawn_bg 1 Link to comment Share on other sites More sharing options...
lewster32 Posted October 21, 2014 Share Posted October 21, 2014 Here's a version using a group rather than the entire world: http://jsfiddle.net/NMNJ7/25/ valueerror and hellspawn_bg 2 Link to comment Share on other sites More sharing options...
hellspawn_bg Posted October 21, 2014 Author Share Posted October 21, 2014 Thank you very much, Lewster. Works perfectly. lewster32 1 Link to comment Share on other sites More sharing options...
Recommended Posts