Skip to content

Commit 588e736

Browse files
committed
Merge pull request #886 from VisualSJ/develop-rc
simulator Resolution
2 parents 21cbbc8 + aefe5a3 commit 588e736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/js-moonwarriors/simulator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
window.dispatchEvent(evt);
564564
cc.game.onStart = function(){
565565
cc.view.adjustViewPort(true);
566-
cc.view.setDesignResolutionSize(320,480,cc.ResolutionPolicy.SHOW_ALL);
566+
cc.view.setDesignResolutionSize(480,720,cc.ResolutionPolicy.SHOW_ALL);
567567
cc.view.resizeWithBrowserSize(true);
568568
//load resources
569569
cc.LoaderScene.preload(g_mainmenu, function () {

0 commit comments

Comments
 (0)