摘要:
放到BoxCollider里了。setPosition到外面就好了 阅读全文
posted @ 2024-09-11 17:51
流星曳尾
阅读(3)
评论(0)
推荐(0)
摘要:
start() { input.on(Input.EventType.MOUSE_DOWN, this.onMouseDown, this); } onMouseDown(event: EventMouse) { switch (event.getButton()) { case EventMous 阅读全文
posted @ 2024-09-11 14:34
流星曳尾
阅读(40)
评论(0)
推荐(0)