public override void draw(Graphics g, Player p) { g.Clear(Color.Black); base.draw(g, p); Sprites.drawStringSmall(g, p.x + "," + p.y, 0, 0); }