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