Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Resolution problem — Gideros Forum

Resolution problem

simransimran Member
edited May 2014 in General questions
Hello,
I am quite new to gideros and game development as well. I am trying to build a game, It looked fine with the Gideros player, but when I tried with android phone, the background was way too small, so I changed its properties to autoscaling so as to fit in with the width.The background now fits in the width but other objects seem to go to absurd locations, though I was using W, H = application:getDeviceWidth(), application:getDeviceHeight() , and while setting up the location, used W/2 and H/2 instead of hardcoding it.
What can I do to fix it?

Thanks

Comments

Sign In or Register to comment.