This commit is contained in:
PC-20230316NUNE\Administrator 2024-01-02 19:04:19 +08:00
parent 6890d80086
commit f29aa38a60
4 changed files with 45 additions and 18 deletions

View File

@ -27,9 +27,6 @@
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 12
},
{ {
"__id__": 14 "__id__": 14
}, },
@ -38,10 +35,13 @@
}, },
{ {
"__id__": 18 "__id__": 18
},
{
"__id__": 20
} }
], ],
"_prefab": { "_prefab": {
"__id__": 20 "__id__": 22
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@ -200,10 +200,13 @@
}, },
{ {
"__id__": 9 "__id__": 9
},
{
"__id__": 11
} }
], ],
"_prefab": { "_prefab": {
"__id__": 11 "__id__": 13
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@ -263,7 +266,7 @@
"fileId": "75BOpt00JFQa2ABpf8j5sd" "fileId": "75BOpt00JFQa2ABpf8j5sd"
}, },
{ {
"__type__": "cc.Widget", "__type__": "1c16bQ/GLJGbqTREE81sG8h",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
@ -274,6 +277,26 @@
"__prefab": { "__prefab": {
"__id__": 10 "__id__": 10
}, },
"isAutoWidth": true,
"isAutoHeight": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "36gXm5tolLYKrIDVy3UEZ5"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 6
},
"_enabled": false,
"__prefab": {
"__id__": 12
},
"_alignFlags": 45, "_alignFlags": 45,
"_target": null, "_target": null,
"_left": 0, "_left": 0,
@ -288,15 +311,15 @@
"_isAbsBottom": true, "_isAbsBottom": true,
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 100, "_originalWidth": 720,
"_originalHeight": 100, "_originalHeight": 1280,
"_alignMode": 2, "_alignMode": 2,
"_lockFlags": 0, "_lockFlags": 0,
"_id": "" "_id": ""
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "deZ5DeQmRGsJ4z2/TXkcsg" "fileId": "7a6Iw5uDtLwoWRbGDBWcqh"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@ -321,7 +344,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 13 "__id__": 15
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@ -349,7 +372,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 15 "__id__": 17
}, },
"_cameraComponent": { "_cameraComponent": {
"__id__": 3 "__id__": 3
@ -371,7 +394,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 17 "__id__": 19
}, },
"_alignFlags": 45, "_alignFlags": 45,
"_target": null, "_target": null,
@ -390,7 +413,7 @@
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_alignMode": 2, "_alignMode": 2,
"_lockFlags": 0, "_lockFlags": 45,
"_id": "" "_id": ""
}, },
{ {
@ -407,7 +430,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 21
}, },
"root": { "root": {
"__id__": 6 "__id__": 6

View File

@ -210,11 +210,11 @@
"__prefab": { "__prefab": {
"__id__": 8 "__id__": 8
}, },
"_alignFlags": 44, "_alignFlags": 45,
"_target": null, "_target": null,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 0, "_top": -270,
"_bottom": 0, "_bottom": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
@ -225,7 +225,7 @@
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 658, "_originalWidth": 658,
"_originalHeight": 0, "_originalHeight": 1550,
"_alignMode": 2, "_alignMode": 2,
"_lockFlags": 0, "_lockFlags": 0,
"_id": "" "_id": ""
@ -792,6 +792,9 @@
"__prefab": { "__prefab": {
"__id__": 37 "__id__": 37
}, },
"mask": false,
"maskOpcity": 80,
"isClickMaskeClose": false,
"progress": { "progress": {
"__id__": 29 "__id__": 29
}, },

View File

@ -5,6 +5,7 @@ import { JNSyncAction } from '../../extensions/ngame/assets/ngame/sync/JNSyncAct
import { GOnHookPets } from '../../extensions/ngame/assets/ngame/message/proto'; import { GOnHookPets } from '../../extensions/ngame/assets/ngame/message/proto';
import { Env, EnvCurrent } from './Env'; import { Env, EnvCurrent } from './Env';
import { GAction } from './consts/GAction'; import { GAction } from './consts/GAction';
import { view } from 'cc';
const { ccclass, property } = _decorator; const { ccclass, property } = _decorator;
window['GUser'] = "100000"; window['GUser'] = "100000";

@ -1 +1 @@
Subproject commit 22fe68202ba5e785b2bcc30b8031e049dc326b1d Subproject commit ab4de0a5e48849a45bdada19489d93c1c9f72bcb