Ejemplo n.º 1
0
 public override void draw(SpriteBatch b)
 {
     this.drawOnlyDialogueBoxBackground(this.xPositionOnScreen, this.yPositionOnScreen, this.width, this.height, new Color(255, 255, 255, 255), 0.4f);
     sliderButton.draw(b, Color.White, Vector2.Zero, 0.5f);
     languages.draw(b, Color.White, Vector2.Zero, 0.5f);
 }