This commit is contained in:
zhuguoqing 2022-06-01 02:06:43 +08:00
parent d0b8da5be1
commit 66fb1d76fc
7 changed files with 109 additions and 14 deletions

View File

@ -47,8 +47,8 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 0.743359386920929,
"y": 0.743359386920929,
"x": 0.583953857421875,
"y": 0.583953857421875,
"z": 1
},
"_quat": {
@ -271,7 +271,7 @@
"__id__": 386
}
],
"_active": true,
"_active": false,
"_level": 2,
"_components": [
{
@ -13799,7 +13799,7 @@
"__id__": 411
}
],
"_active": false,
"_active": true,
"_level": 2,
"_components": [
{

View File

@ -27,11 +27,14 @@
"_level": 1,
"_components": [
{
"__id__": 24
"__id__": 26
},
{
"__id__": 27
}
],
"_prefab": {
"__id__": 25
"__id__": 28
},
"_opacity": 255,
"_color": {
@ -243,11 +246,11 @@
"_level": 3,
"_components": [
{
"__id__": 22
"__id__": 24
}
],
"_prefab": {
"__id__": 23
"__id__": 25
},
"_opacity": 255,
"_color": {
@ -579,10 +582,13 @@
"_components": [
{
"__id__": 20
},
{
"__id__": 21
}
],
"_prefab": {
"__id__": 21
"__id__": 23
},
"_opacity": 255,
"_color": {
@ -756,6 +762,86 @@
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 16
},
"_enabled": true,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [
{
"__id__": 22
}
],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 3,
"transition": 3,
"_N$normalColor": {
"__type__": "cc.Color",
"r": 214,
"g": 214,
"b": 214,
"a": 255
},
"_N$pressedColor": {
"__type__": "cc.Color",
"r": 211,
"g": 211,
"b": 211,
"a": 255
},
"pressedColor": {
"__type__": "cc.Color",
"r": 211,
"g": 211,
"b": 211,
"a": 255
},
"_N$hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_N$disabledColor": {
"__type__": "cc.Color",
"r": 124,
"g": 124,
"b": 124,
"a": 255
},
"_N$normalSprite": null,
"_N$pressedSprite": null,
"pressedSprite": null,
"_N$hoverSprite": null,
"hoverSprite": null,
"_N$disabledSprite": null,
"_N$target": null,
"_id": ""
},
{
"__type__": "cc.ClickEvent",
"target": {
"__id__": 1
},
"component": "",
"_componentId": "08947+aS2JP3pjbQ4snRrUj",
"handler": "onClickOK",
"customEventData": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
@ -833,6 +919,16 @@
"_originalHeight": 512,
"_id": ""
},
{
"__type__": "08947+aS2JP3pjbQ4snRrUj",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@ -27,7 +27,7 @@ export var allBaseNet = {
isDevEnv();
function isDevEnv() {
return true;
return false;
}
if (isDevEnv()) {

View File

@ -243,8 +243,9 @@ cc.Class({
'gamestart',
);
//
// 显示一个强制更新
uimanger.showUI(ForceUpdateTips.prefabPath)
return;
//默认地区是美国
if (!localStorage.getItem('currentNet')) {

View File

@ -11,7 +11,7 @@ export class ForceUpdateTips extends UIBase {
}
onClickOK() {
this.openUrlinNative("https://www.cebg.games/");
this.openUrlinNative("https://www.cebg.games/release/cebg.apk");
}
openUrlinNative(url) {

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"packageUrl":"https://www.cebg.games/pubgv4/","remoteManifestUrl":"https://www.cebg.games/pubgv4/project.manifest","remoteVersionUrl":"https://www.cebg.games/pubgv4/version.manifest","version":"0.5.0"}