ReflextionsDev / Zombiehood

Project Adder is an open-sourced 2D zombie shooting sandbox game, blending run & gun mechanics with rogue-lite elements. Open Sourced under GNU GPL V3.
https://store.steampowered.com/app/2598410/Project_Adder/
Other
9 stars 2 forks source link

Throwable sprites get stretched #24

Closed Everade closed 1 month ago

Everade commented 1 month ago

There are a lot of cases in which a Kunai gets stretched in length and width after hitting/killing an enemy. Additionally, most of the time Kunais do not stick to the body part they hit, instead they align with the feet/floor. This also seems to depend on the current enemy animation frame.

image https://github.com/ReflextionsDev/Zombiehood/assets/12261601/98a94ef7-26a1-441f-800f-feb38655c216

ReflextionsDev commented 1 month ago

This is a global issue with projectiles of this type, having a fix would be good, but will involve setting up A LOT of image points across a lot of animations. Additionally would be nice to have different animations for enemy stuck and enviornmental stuck (blood vs no blood)