fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy

Home Page:https://fishfolk.github.io/punchy/player/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Controller Settings" menu for editing input map.

zicklag opened this issue · comments

We need a way for players to edit their controls.

This could be structured in a table, essentially similar to the controller binding list in the README, where we allow setting the controls for the keyboard player one, keyboard player two, and for gamepads.

Menu controls should not be configurable and should remain mapped as they are.

Making good progress on the settings menu.

settings-menu2

Getting close! I also implemented a button adjacency system so that we can configure which button get's navigated to when you press a direction on the keyboard or gamepad. You can intuitively navigate the UI fully without the mouse!

settings-menu2