Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
283 stars 17 forks source link

Options: Controls: Space is shown as an invisible character #97

Closed hsandt closed 1 month ago

hsandt commented 1 month ago

In Controls options, Space is not visible, probably because a space is printed. It should display "Space" instead.

2024-06-02_16-43-41 Bug blank entries

hsandt commented 1 month ago

Also confirmed with Escape. Using non-physical keycode seems to fix the issue but breaks other keys, see issue 96 linked above.

hsandt commented 1 month ago

Fixed on plugin user side: you must always define special key mappings like Space and Escape as physical key, then they will be displayed correctly.