[Action update]. override me
不明白这个错误提示的含义
然后这个的地方
把this.removeFromParent();移动到定时器外面就可以移除, 放到里面就不会移除。
[Action update]. override me
不明白这个错误提示的含义
然后这个的地方
把this.removeFromParent();移动到定时器外面就可以移除, 放到里面就不会移除。
你继承了一个 Action 但是没有重载 update
你可以在移除的地方,下断点,看看 this.node.parent 是什么
重载 update 什么意思?