Hi,
on the game I'm working on (coinche) I suppose it would be nice to display the avatars on the game table itself.
Is it OK ? I found nothing about this in the BGA game design page.
Is it feasible in a correct way (data taken from the players array) ?
----
Edit: using "get_avatar_filename" is the correct way now :
on the game I'm working on (coinche) I suppose it would be nice to display the avatars on the game table itself.
Is it OK ? I found nothing about this in the BGA game design page.
Is it feasible in a correct way (data taken from the players array) ?
----
Edit: using "get_avatar_filename" is the correct way now :
Code: Select all
// With $size being 32,50, 92 or 184
$avatar_url = get_avatar_filename($player_id, $player_avatar, $size);