professorsquish / PSquish_Prod

Production Version of Professor Squish
0 stars 0 forks source link

Movement is buggy if the player is shooting #57

Closed yeikel closed 5 years ago

yeikel commented 5 years ago

https://i.imgur.com/vDg6tv8.mp4

To reproduce :

fallinbryan commented 5 years ago

done; if (Input.GetButtonDown("Fire1") && !( Input.GetAxis("Vertical") > 0f || Input.GetAxis("Horizontal") > 0f ))