change the fontsize of fix the flooring

This commit is contained in:
Beu
2022-04-14 02:49:42 +02:00
parent 80f4e867b6
commit 7b10300713
10 changed files with 16 additions and 16 deletions

View File

@ -554,7 +554,7 @@ class PlayerActions implements EchoListener, CommunicationListener, UsageInforma
$label->setStyle($label::STYLE_TextCardMedium);
$label->setText($line);
$label->setTextColor('ff0');
$label->setTextSize(1.3);
$label->setTextSize(1);
$posY -= 4;
}