![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | juju |
Hello, This is my first question and I’m new to godot. For testing I’m creating small platforms and I used sprite’s $Sprite.flip_h for flipping the player. Now i want to implement player attack so i created a collider on players front side. Now the problem is flipping the player by sprite, Hotbox does not flip itself.
If i make hotbox as a child of Sprite it maybe flip with sprite node. but I don’t move hotbox into the Sprite node.
Here i attached some screenshots of my project hierarchy, Please let me know if you know a better solution.