This method convert screen position to word position
@override Vector2 screenToWorld(Vector2 position) { return camera.screenToWorld(position); }