Is there a way to make simple control combinations?
I have a sprite that rotates according to which key is pressed. I have north, east, south, and west.
I need northeast, southeast, southwest, and northwest.
The simplest way is probably with Logic gates. There are other ways that are a bit better, but I’m busy with some stuff rn. If you want I can explain it later though
The AND gates will work for keyboard set to repeating, but warning for later, if you only want it to happen once then it takes a bit more code, since both inputs have to be frame perfect for it to output