Sword Swing Attack Help

Hi All! I’m looking to recreate an attack animation from the game Archvale. I have the foundation down by having a player object and a sword object that is positioned around the player. However, the issue I’m running into is figuring out how to correctly invert the angle that the sword is at after attacking.

This is how I’m positioning the sword and rotating it towards the mouse.

Any help would be greatly appreciated!

Hi, I don’t know the game you have mentioned and I don’t really understand what you actually want to do, but if the rotation is your problem you need to align the sprite horizontally (Edit: I meant from West to East or - 180° to 0° ), otherwise it won’t rotate as expected. You can read about that here: How to rotate objects - GDevelop documentation