This commit is contained in:
2024-07-29 17:04:03 +08:00
parent 5fa8794c09
commit cde0be7bcc
14 changed files with 245 additions and 53 deletions

View File

@@ -43,7 +43,7 @@ export class MapViewComp extends CCComp {
/** 转场 */
protected update(dt: number): void {
if (this.timer.update(dt)) {
console.log('每2秒触发一次');
// console.log('每2秒触发一次');
this.addHero();
}
}