public void HoverDrawing(IGameObject obj) { SpriteBatch.DrawString(TextureLoader.Font, DebugObject.toString(obj), obj.Position, Color.White); }