I want my stage not to scale at all. And center itself. For example, if I have 200px x 200px stage, it should not stage as per the browser screen size. But to retain it’s original dimension.
I tried this solution here, but seems not working for me.
///////////////////////////////////////////////////
Update:
Making width and height to 0 in project.xml does restricts the scaling:
Thanks for your reply. Yes, that can be done. But it will add up work for me at this stage of project. I will need to change references in my code. So wondering if there is some in built way to do this.