update
This commit is contained in:
parent
ac5678474c
commit
147f47435b
@ -47,8 +47,8 @@
|
||||
},
|
||||
"_scale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0.7128350934199837,
|
||||
"y": 0.7128350934199837,
|
||||
"x": 0.46327035795478877,
|
||||
"y": 0.46327035795478877,
|
||||
"z": 1
|
||||
},
|
||||
"_quat": {
|
||||
@ -6041,8 +6041,8 @@
|
||||
},
|
||||
"_enabled": true,
|
||||
"_useOriginalSize": false,
|
||||
"_string": "1 Non-google users please go to the official website to\n download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point\n problem.",
|
||||
"_N$string": "1 Non-google users please go to the official website to\n download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point\n problem.",
|
||||
"_string": "1 Non-google users please go to the official website to download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point problem.",
|
||||
"_N$string": "1 Non-google users please go to the official website to download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point problem.",
|
||||
"_fontSize": 20,
|
||||
"_lineHeight": 35,
|
||||
"_enableWrapText": true,
|
||||
@ -13665,7 +13665,7 @@
|
||||
"__id__": 407
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_level": 2,
|
||||
"_components": [
|
||||
{
|
||||
|
@ -5,6 +5,7 @@ var Utils = require("Utils");
|
||||
const NetManage = require("../../manages/NetManage");
|
||||
const { showLoading } = require("../../gif/Loading");
|
||||
const { OperationType } = require("../../Operation/Operation");
|
||||
const jcgamelog = require("../../jcfw/service/jcgamelog");
|
||||
cc.Class({
|
||||
extends: cc.Component,
|
||||
|
||||
|
@ -129,7 +129,7 @@ cc.Class({
|
||||
|
||||
jcgamelog.addOperation(
|
||||
OperationType.LOGIN,
|
||||
'game_start',
|
||||
'gamestart',
|
||||
);
|
||||
|
||||
this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA'];
|
||||
|
@ -18,6 +18,7 @@ const { OperationType } = require('../../Operation/Operation');
|
||||
const { default: ServerNotOpenTip } = require('../../tips/ServerNotOpenTip');
|
||||
const { WhitelistTip } = require('../../tips/WhitelistTip');
|
||||
const { uimanger } = require('../../UI/UIManger');
|
||||
const jcgamelog = require('./jcgamelog');
|
||||
|
||||
module.exports = {
|
||||
// LIFE-CYCLE CALLBACKS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user