Skip to content

Instantly share code, notes, and snippets.

@ijoschek
Last active December 22, 2018 07:48
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/eecb1dbf1b99c8c9d732b535294a9893 to your computer and use it in GitHub Desktop.
Save ijoschek/eecb1dbf1b99c8c9d732b535294a9893 to your computer and use it in GitHub Desktop.
godot_custom_keybind_tut
extends Control
var can_change_key = false
var action_string
enum ACTIONS {JUMP, CROUCH, KISS}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment