原来是全局碰撞惹的祸
This commit is contained in:
@@ -39,7 +39,7 @@ export class Niu extends ecs.Entity {
|
||||
var node = instantiate(prefab);
|
||||
var scene = smc.map.MapView.scene;
|
||||
node.parent = scene.entityLayer!.node!;
|
||||
var as = node.getComponent(MonsterSpine);
|
||||
// var as = node.getComponent(MonsterSpine);
|
||||
node.setPosition(pos)
|
||||
|
||||
var mv = node.getComponent(NiuViewComp)!;
|
||||
|
||||
Reference in New Issue
Block a user