#how to call custom inputs?

1 messages · Page 1 of 1 (latest)

fossil mesa
#

Try Input.is_action_pressed(“walk_up”)

#

Sorry. Like this:

if Input.is_action_pressed(“walk_up”):
// movement code for walking up here