mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
// vocation
|
// vocation
|
||||||
imagettftext($img, $fontsize, 0, 15, 62, $text, $font, 'Vocation');
|
imagettftext($img, $fontsize, 0, 15, 62, $text, $font, 'Vocation');
|
||||||
imagettftext($img, $fontsize, 0, 100, 62, $text, $font, $config['vocations'][$player->getPromotion()][$player->getVocation()]);
|
imagettftext($img, $fontsize, 0, 100, 62, $text, $font, $config['vocations'][$player->getVocation()]);
|
||||||
|
|
||||||
// hit points, Mana, Soul Points, Capacity
|
// hit points, Mana, Soul Points, Capacity
|
||||||
$health = $player->getHealth();
|
$health = $player->getHealth();
|
||||||
|
Reference in New Issue
Block a user