문제

I am developing a simple game for android phones using HTML5, javascript and wrapping it up using cordova. In my game I plan to use an image as a background and pan it to produce a moving background effect. My major concern is the resolution of the background image and how to adapt it to different screen resolutions.

도움이 되었습니까?

해결책

Use an image file that's as large as your largest possible resolution. Then use to code to scale it for smaller images.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top