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