ColormaticStudios / quality-godot-first-person-2

An actually good first person controller for the Godot Engine (version 2)
https://godotengine.org/asset-library/asset/2418
MIT License
165 stars 10 forks source link

Added a configurable jump cooldown timer #33

Closed austinrdennis closed 4 days ago

austinrdennis commented 6 days ago

Added a jump cooldown timer that is configurable in the inspector. Timer is defaulted to zero. Should allow devs to easily address #32 without modifying character.gd.

austinrdennis commented 4 days ago

Actually, I'd like to table this until the other changes I've been working on get sorted out.