difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"use strict";
cc._RF.push(module, 'c6812zRmjpDnp+jQhUMKJ+W', 'timesummon_const');
// Scripts/mod/timesummon/timesummon_const.js
 
"use strict";
 
var _TimesummonConst$Acti;
 
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
 
var TimesummonConst = {};
TimesummonConst.Not_Up_Text_Color = new cc.Color(100, 50, 35);
TimesummonConst.Up_Text_Color = new cc.Color(192, 62, 11); // -- 召唤获得特效组合(底盘+光束特效)
 
TimesummonConst.Action_Group = (_TimesummonConst$Acti = {}, _defineProperty(_TimesummonConst$Acti, 1, [PlayerAction.action_1, PlayerAction.action_1]), _defineProperty(_TimesummonConst$Acti, 2, [PlayerAction.action_3, PlayerAction.action_4]), _defineProperty(_TimesummonConst$Acti, 3, [PlayerAction.action_2, PlayerAction.action_5]), _defineProperty(_TimesummonConst$Acti, 4, [PlayerAction.action_3, PlayerAction.action_3]), _defineProperty(_TimesummonConst$Acti, 5, [PlayerAction.action_2, PlayerAction.action_2]), _TimesummonConst$Acti);
module.exports = TimesummonConst;
 
cc._RF.pop();