Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created October 11, 2021 04:28
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 flushpot1125/25be5a54639dddefe6a65c1ae46a3249 to your computer and use it in GitHub Desktop.
Save flushpot1125/25be5a54639dddefe6a65c1ae46a3249 to your computer and use it in GitHub Desktop.
# Gist does not work syntax highlights for ".gd" extention files. ".cs" is dummy extention.
# Set these to the name of your action (in the Input Map)
#export var input_left : String = "move_left"
#export var input_right : String = "move_right"
#export var input_jump : String = "jump"
export var input_left : String = "ui_left"
export var input_right : String = "ui_right"
export var input_jump : String = "ui_accept"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment