Skip to content

Instantly share code, notes, and snippets.

@ijoschek
Last active December 22, 2018 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijoschek/75b7aee0ed5110c6f998cc8553604e8b to your computer and use it in GitHub Desktop.
Save ijoschek/75b7aee0ed5110c6f998cc8553604e8b to your computer and use it in GitHub Desktop.
godot_custom_keybind_tut
func b_change_key_JUMP():
_mark_button("JUMP")
func b_change_key_CROUCH():
_mark_button("CROUCH")
func b_change_key_KISS():
_mark_button("KISS")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment