Hi,
How do I transform the position of an 2D object under gravity after it collides with an enemy.
The enemy is perpendicular to the ground above the game object with static gravity fixed in a position. When I shoot the object towards the enemy.
i want the game object to destroy the enemy (I figured this part) then take the position of the enemy in a static position until I shoot it again in the perpendicular direction.