gd: added input addon
This commit is contained in:
6
guide_examples/tap_and_hold/tap_and_hold.gd
Normal file
6
guide_examples/tap_and_hold/tap_and_hold.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
@export var mapping_context:GUIDEMappingContext
|
||||
|
||||
func _ready():
|
||||
GUIDE.enable_mapping_context(mapping_context)
|
Reference in New Issue
Block a user