mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -9,8 +9,8 @@ const { ccclass, property } = _decorator;
|
||||
/**
|
||||
* 游戏匹配页面
|
||||
*/
|
||||
@ccclass('PVPMatchView')
|
||||
export class PVPMatchView extends JNGLayerBase {
|
||||
@ccclass('PVPModeMatchView')
|
||||
export class PVPModeMatchView extends JNGLayerBase {
|
||||
|
||||
@property(Node)
|
||||
content:Node;
|
||||
@@ -24,7 +24,6 @@ export class PVPMatchView extends JNGLayerBase {
|
||||
.to(.5,{scale:v3(1,1,1)})
|
||||
)
|
||||
.start();
|
||||
|
||||
}
|
||||
|
||||
//取消匹配
|
@@ -2,7 +2,7 @@
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "9979d56d-f754-44c3-8e29-c764eaeb0aaf",
|
||||
"uuid": "d8c6cf01-1e6a-4c43-b9d7-d52e20a8ec16",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
Reference in New Issue
Block a user