调整测试场景

This commit is contained in:
宝爷
2021-09-06 23:51:43 +08:00
parent 4aa09b0b93
commit e9a037f9f1
5 changed files with 38 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
import { Component, Label, _decorator, view, director, Node, RichText } from "cc";
import { replicated } from "../../sync/SyncUtil";
const { ccclass, property } = _decorator;
@ccclass
export default class SyncCube extends Component {
@replicated()
posX = 0;
onLoad() {
}
// update (dt) {}
}

View File

@@ -0,0 +1 @@
{"ver":"4.0.22","importer":"typescript","imported":true,"uuid":"38e435f1-2a76-452d-b288-edd2685f4706","files":[],"subMetas":{},"userData":{"simulateGlobals":[]}}