Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下示例的修改版本,到目前为止一切正常。
我想要做的是让节点相互反弹而不是重叠,因为如果节点顶部有另一个节点,我看不到节点的文本和图标。有没有办法在不修改太多已经工作的代码的情况下实现这一点?也许添加诸如为节点启用碰撞之类的东西?
好的,我似乎将电荷设置为 .charge(-300),通过将节点彼此推开来将它们分开。