This is my game, I’m trying to get it so you don’t have to use the dpad and press a at the same time to attack, i want it to be where you can be looking in one direction and if you press a the attack is in that direction
3 Likes
All you needed to do was add a variable called direction or something like that, change it to something on key press, and then read the value.
2 Likes
Thanks! This really helped I appreciate it!