Font Size of Actor Name in Menu

● ARCHIVED · READ-ONLY
Started by Darkgrammer 2 posts View original ↗
  1. How does one go about changing the font size of the name of the actor in a menu?


    I know it's somewhere along the lines of :


    drawActorName(actor, x, y + lineHeight * 0, width);


    I just don't know enough java to add more to that line.
  2. you need to insert
    this.makeFontBigger();


    just before the drawActorName


    You should also change the font back down to normal afterwards.