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.
Font Size of Actor Name in Menu
● ARCHIVED · READ-ONLY
-
-
you need to insert
this.makeFontBigger();
just before the drawActorName
You should also change the font back down to normal afterwards.