游戏关闭IOS Image View问题

时间:2014-01-29 17:49:04

标签: javascript ios iphone game-engine gameclosure

我遇到iOS(iPhone和iPad)的问题,但在Android设备中没有问题:

我加载了大约50个ImageView,这会导致无限loop所有图像重新加载,所以我看到闪烁的图像。

我在Application.js中尝试使用和不使用此代码,但没有任何更改。

this.engine.updateOpts({
        logsEnabled: true,
        noTimestep: false,
        noReflow: true,
        showFPS: true,
        resizeRootView: false,
        preload: ['resources/images']
    });

0 个答案:

没有答案