熊猫大侠
var loadData = [
{
"url": 'res/atlas/main.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/newUser.atlas',
"type":Laya.loader.ATLAS
},
{
'url': "res/atlas/role_skin.atlas",
"type":Laya.loader.ATLAS
},
{
'url': "res/atlas/number.atlas",
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/battle.atlas',
"type":Laya.loader.ATLAS
}
, {
"url": 'res/atlas/battle/box.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/battle/skill.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/battle/loadingBar.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/effect_ani/crown_gold_ani.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/effect_ani/power_ani/power_drop_ani.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/effect_ani/power_ani/power_get_ani.atlas',
"type":Laya.loader.ATLAS
},
{
"url": 'res/atlas/effect_ani/power_ani/power_jump_ani.atlas',
"type":Laya.loader.ATLAS
},
{
'url': "uiPage/battle_part/Speed.part",
"type":Laya.loader.JSON
},
{
'url': "uiPage/battle_part/Speed_collect.part",
"type":Laya.loader.JSON
},
{
'url': "res/atlas/role_ani/role_19.atlas",
"type":Laya.loader.ATLAS
},
{
'url': "res/atlas/role_ani/role_20.atlas",
"type":Laya.loader.ATLAS
},
{
'url': "res/atlas/role_ani/role_21.atlas",
"type":Laya.loader.ATLAS
}
]
Laya.loader.load(loadData, Handler.create(null, onload), Handler.create(null, onProgress, null, false));