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