Skip to content

Commit

Permalink
feat: 项目结构修改
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-lai-mu committed Feb 21, 2021
1 parent 333ef60 commit a0566b3
Show file tree
Hide file tree
Showing 41 changed files with 469 additions and 179 deletions.
18 changes: 13 additions & 5 deletions assets/resources/prefab.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"ver": "1.1.2",
"uuid": "51ab963a-0f0f-405d-b2ed-de80bcf1b09d",
"isBundle": false,
"bundleName": "",
"bundleName": "resPrefabSub",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"compressionType": {
"wechatgame": "subpackage"
},
"optimizeHotUpdate": {
"wechatgame": false
},
"inlineSpriteFrames": {
"wechatgame": false
},
"isRemoteBundle": {
"wechatgame": false
},
"subMetas": {}
}
22 changes: 11 additions & 11 deletions assets/resources/prefab/GroupLoading.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
480,
320,
0,
0,
0,
Expand Down Expand Up @@ -333,7 +333,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "cfwwBg4kBJtIPsmKjs15qx",
"sync": false
Expand Down Expand Up @@ -440,7 +440,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "cbqvbq8KNLLYhaFR3uBhkv",
"sync": false
Expand Down Expand Up @@ -547,7 +547,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "1bMPTqadlLS58gYe12LwTu",
"sync": false
Expand Down Expand Up @@ -654,7 +654,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "0c9L15l51ESKKpTPfrad3P",
"sync": false
Expand Down Expand Up @@ -769,7 +769,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "22L//z2sxKS5DZVVw13+jZ",
"sync": false
Expand Down Expand Up @@ -807,7 +807,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "01J4EninBHMIvhUvWtvKdx",
"sync": false
Expand Down Expand Up @@ -877,7 +877,7 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "dbZ3uMYvpCWZ7RgwxByahh",
"sync": false
Expand Down Expand Up @@ -942,9 +942,9 @@
"__id__": 1
},
"asset": {
"__id__": 0
"__uuid__": "71636309-0613-4d9c-8f24-8e67532b7145"
},
"fileId": "7ct/TyDrFBvJ3UNUeRltSm",
"fileId": "",
"sync": false
}
]
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html

import { shareAppMessage } from "../utils/prefabTool";

const {ccclass} = cc._decorator;
import { shareAppMessage } from '../../../../scripts/lib/tool';

@ccclass
export default class StopGames extends cc.Component {
Expand Down
File renamed without changes.
20 changes: 0 additions & 20 deletions assets/resources/prefab/subpack.meta

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ver": "1.1.2",
"uuid": "19010ff6-300b-46e0-aa00-c6c7c1be0ccb",
"uuid": "fc2cb3c4-a55f-49e1-b824-6a84208e72d4",
"isBundle": false,
"bundleName": "",
"priority": 1,
Expand Down
Loading

0 comments on commit a0566b3

Please sign in to comment.