This commit is contained in:
2024-07-22 17:28:32 +08:00
parent 5c961f1f37
commit 90cd2a9a36
6 changed files with 19 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ export class Monster extends ecs.Entity {
var mv = node.getComponent(MonsterViewComp)!;
this.add(mv);
node.setScale(-1, 1, 1);
// node.setScale(-1, 1, 1);
tween(node).to(1, { position: new Vec3(0, -60, 0) }, {
onComplete: () => {
// this.as.walk();