Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | abismol |
I would like to ask if it’s possible to make collision shape rotate with sprite? Because when I run it the way i tought might work, the sprite is rotating, but the collision shapes doesn’t rotate with it.
Collision shapes will rotate along with the parent body. You didn’t say how you tried to do it, so it’s hard to tell you what you did wrong.
kidscancode | 2018-02-15 22:03
I just wrote rotate(0.03)
in Node2D which is the parent of RigidBody2D, Sprite, and Collisions. So I should make the RigidBody2D to rotate, so that Collisions would rotate with it?
abismol | 2018-02-16 09:51
Looks like it is working fine for me. Here is a demo.
https://github.com/beamer159/Rotating/archive/master.zip
The demo should look like below. The collision shapes can be seen rotating around the sprite.
Beamer159 | 2018-02-16 14:11