2000字范文,分享全网优秀范文,学习好帮手!
2000字范文 > 单机手机消消乐php游戏源码 JS叠房子消消乐小游戏代码

单机手机消消乐php游戏源码 JS叠房子消消乐小游戏代码

时间:2022-12-21 22:54:10

相关推荐

单机手机消消乐php游戏源码 JS叠房子消消乐小游戏代码

JS叠房子消消乐小游戏代码

js代码

// The game configuration

var qici = {};

qici.config = {

projectName: 'Subara',

gameName: '消消乐',

companyName: 'qcplay',

bundleIdentifier: 'com.qcplay',

gameInstance: 'qc_game',

frameRate: {"mobile":40,"desktop":60},

backgroundColor: 4210752,

runInBackground: true,

antialias: true,

transparent: false,

developerMode: false,

renderer: 'Canvas',

resolution : Math.min(2, devicePixelRatio),

loadingPrefab: '',

scene: {

"SubaraCity" : "Assets/state/SubaraCity.bin"

},

entryScene : 'SubaraCity',

dirtyRectangles: true,

loading: {

loadingText: 'Loading, please wait...',

loadingInterval: 200,

brightingInterval: 10,

blinkingCount: 5,

blinkingInterval: 70,

fadingInInterval: 400,

fadingOutInterval: 600

}

};

_pluginVariables_={}

qici.scripts = [

'./Assets/meta/globalUrlMap.js',

'./xiaoxiaole/phaser.min.js',

'./xiaoxiaole/webfontloader.js',

'./xiaoxiaole/qc-core.js',

'./xiaoxiaole/qc-webgl.js',

// External scripts for plugins

// User scripts

'./js/game-scripts-mini-1.0.js'

];

// Asset count that need preload in boot

qici.loadingAssetCount = 11;

申明:php中文网下载站匠心打造专业的IT资源下载站!一切资源免费,来源网络收集,请自行检测软件的完整性。交流QQ群:916808767

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。