thelastflapjack / godot_open_target_shooter

An open source third person shooter time trial game made with Godot 3.5
MIT License
51 stars 6 forks source link

Custimise keys #8

Open GrimPixel opened 1 year ago

GrimPixel commented 1 year ago

The control is for QWERTY keyboard. Customised keys are required.

thelastflapjack commented 1 year ago

Remappable keys is a relatively simple problem which others have solved elsewhere. So I don't think it is a particularly high priority feature for this project. You can take a look at this gdquest video and/or this gdquest repo to see how it can be done using the InputMap singleton.

I shall keep this issue open because I might add this feature in at a later time. Thanks for your suggestion.