51 lines
1.9 KiB
JavaScript
51 lines
1.9 KiB
JavaScript
|
|
"use strict";
|
||
|
|
cc._RF.push(module, 'c8afd1OvodMWp/G7iyvZhRs', 'vedio_const');
|
||
|
|
// Scripts/zzz废弃/vedio/vedio_const.js
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
var _Cham_Name, _Left_Role_Battle_Ind, _Right_Role_Battle_In;
|
||
|
|
var VedioConst = {
|
||
|
|
Tab_Index: {
|
||
|
|
Arena: 1,
|
||
|
|
//-- 竞技场
|
||
|
|
Champion: 2,
|
||
|
|
//-- 冠军赛
|
||
|
|
Solo: 3,
|
||
|
|
//-- 切磋
|
||
|
|
Guildwar: 4,
|
||
|
|
//-- 公会战
|
||
|
|
Ladder: 5,
|
||
|
|
//-- 天梯
|
||
|
|
Elite: 6,
|
||
|
|
//-- 段位赛
|
||
|
|
Hot: 98 //-- 每周热门
|
||
|
|
},
|
||
|
|
|
||
|
|
Color: {
|
||
|
|
Atk: new cc.Color(168, 46, 26),
|
||
|
|
Def: new cc.Color(39, 134, 188)
|
||
|
|
},
|
||
|
|
Cham_Name: (_Cham_Name = {}, _Cham_Name[2] = "lab_vedio_const_title1", _Cham_Name[4] = "lab_vedio_const_title2", _Cham_Name[8] = "lab_vedio_const_title3", _Cham_Name[16] = "lab_vedio_const_title4", _Cham_Name[32] = "lab_vedio_const_title5", _Cham_Name[128] = "lab_vedio_const_title6", _Cham_Name),
|
||
|
|
Left_Role_Battle_Index: (_Left_Role_Battle_Ind = {}, _Left_Role_Battle_Ind[1] = 9, _Left_Role_Battle_Ind[2] = 6, _Left_Role_Battle_Ind[3] = 3, _Left_Role_Battle_Ind[4] = 8, _Left_Role_Battle_Ind[5] = 5, _Left_Role_Battle_Ind[6] = 2, _Left_Role_Battle_Ind[7] = 7, _Left_Role_Battle_Ind[8] = 4, _Left_Role_Battle_Ind[9] = 1, _Left_Role_Battle_Ind),
|
||
|
|
Right_Role_Battle_Index: (_Right_Role_Battle_In = {}, _Right_Role_Battle_In[1] = 3, _Right_Role_Battle_In[2] = 6, _Right_Role_Battle_In[3] = 9, _Right_Role_Battle_In[4] = 2, _Right_Role_Battle_In[5] = 5, _Right_Role_Battle_In[6] = 8, _Right_Role_Battle_In[7] = 1, _Right_Role_Battle_In[8] = 4, _Right_Role_Battle_In[9] = 7, _Right_Role_Battle_In),
|
||
|
|
// -- 录像大厅一次请求的数据量
|
||
|
|
ReqVedioDataNum: 30,
|
||
|
|
// -- 个人录像类型
|
||
|
|
MyVedio_Type: {
|
||
|
|
Myself: 1,
|
||
|
|
//-- 我自己的录像记录
|
||
|
|
Collect: 99 //-- 我收藏的录像记录
|
||
|
|
},
|
||
|
|
|
||
|
|
// --分享按钮类型
|
||
|
|
Share_Btn_Type: {
|
||
|
|
eGuildBtn: 1,
|
||
|
|
//--公会分享
|
||
|
|
eWorldBtn: 2 //--世界分享
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = VedioConst;
|
||
|
|
|
||
|
|
cc._RF.pop();
|