Comments

Log in with itch.io to leave a comment.

Hi, does this game also support keyboard controls? As the game reacts on my W/S and UP/Down keyboards in the main menu, but I can't select anything to start playing.

(+1)

Unfortunately while responsive in some ways, this game is NOT compatible with keyboard/mouse. What you are describing is the control input software used in this project picking up a shared axis. WASD and UP LEFT DOWN and RIGHT are all tied in Unity as the "horizontal" and "Vertical" axis, which the game basically listens for when getting JOYSTICK inputs on a GAMEPAD.

So basically the crossover is a coincidence, but outside of basic horizontal and vertical inputs from keyboard, the game won't hear what you want. Some of my games ( I developed later and figured out how, this was an early project and I only knew gamepad inputs at the time ) now include cross input support, like "Fathoms of Fear!" , "Mount Fear!" and "Punch Trunk!" . I would suggest one of those if you find them interesting!

(+1)

I already played Mount Fear and Punch Trunk and they were both fun.

Thanks anyway for the reply.

(+1)

Thank you for playing those games! :D