jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

experiment: input mapping #102

Open jackmakesthings opened 8 years ago

jackmakesthings commented 8 years ago

We want to allow players to set their own keybindings, so the goal for this ticket is to build a simple implementation of a changeable input map. UI can be rough, as long as it works. Ideally, this should map to actual game controls we plan to have, rather than making something up completely.

Goal: working demo implementation.