gd: added input addon
This commit is contained in:
7
guide_examples/quick_start/game.gd
Normal file
7
guide_examples/quick_start/game.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Node2D
|
||||
|
||||
## The mapping context that we use
|
||||
@export var mapping_context:GUIDEMappingContext
|
||||
|
||||
func _ready():
|
||||
GUIDE.enable_mapping_context(mapping_context)
|
Reference in New Issue
Block a user