hi! i need to change the font of the "Score" and "Lifes" in game and i don't know how. It's just a aesthetic thing. Sorry my bad english :( I marked them with a *
public MyWorld()
{
//
super(1000, 750, 1);
Dog p1=new Dog();
addObject(p1,145,300);
crearEnemy(4);
objLife=new Lifes();
*points=new Table(0,"Score: ");
*lifes=new Table(5,"Lifes: ");
i hope you can help me! :D