extends Spatial func _ready(): pass # Replace with function body. func _on_Arrow_move(v): translation += v func _on_Arrow_rotate(v, a): pass # Replace with function body.