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

Add gamepad inputs to plugin #78

Closed Maaack closed 1 month ago

Maaack commented 1 month ago

I don't like resorting to the override.cfg to add the gamepad input controls to the project. I'd prefer them to get written to the project.godot file, but I failed to get that to work on this attempt.