You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a coin, change its gravity due to some events. I tried setStatic(coin, true) method, but it doesn't react on events. Also, I tried applyForce(coin, coin.position, { x: 10, y:100 }) but again no reaction. Should I do something more here? How can I make it work?
I am trying to make a coin, change its gravity due to some events. I tried
setStatic(coin, true)
method, but it doesn't react on events. Also, I triedapplyForce(coin, coin.position, { x: 10, y:100 })
but again no reaction. Should I do something more here? How can I make it work?my entity is:
The text was updated successfully, but these errors were encountered: