backattack Posted August 11, 2016 Share Posted August 11, 2016 Hello i have 2 player based game, both of them have the ability to shoot. The only thing left to implement is the direction the arrows should go to and this is where i am stuck. How could i check for sprites current scale settings? Link to comment Share on other sites More sharing options...
stupot Posted August 16, 2016 Share Posted August 16, 2016 I don't see why you are interested in the scale, sounds like you need to calculate the angle between your start and destination and apply that to your arrows. But to check the scale, just do <sprite>.scale.x and <sprite>.scale.y Link to comment Share on other sites More sharing options...
Recommended Posts