添加2个游戏层,敌方精灵随机出现在3个层内

This commit is contained in:
walkpan
2024-08-22 22:59:43 +08:00
parent 6e9faca1a3
commit 2917c12f14
65 changed files with 394 additions and 2540 deletions

View File

@@ -26,7 +26,7 @@ export default class EntityLayer extends Component {
}
protected start(): void {
console.log("EntityLayer start")
console.log("EntityLayer start",this)
}
public clear() {