Icons in notifications or tables

Game development with Board Game Arena Studio
Post Reply
User avatar
BrianHanechak
Posts: 7
Joined: 06 October 2012, 19:18

Icons in notifications or tables

Post by BrianHanechak »

I've noticed that Jaipur shows icons in notifications -- is there an easy way to do this?

How about in score tables?

- Brian
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Icons in notifications or tables

Post by sourisdudesert »

Hello,

You can specify HTML in your notification text log.

Here's a way to do this:

notifyAllPlayers( 'mynotification', clienttranslate('This is a nice icon: ${icon}'), array(
'icon' => "<div class='my_nice_icon'></div>"
);

All the best
Post Reply

Return to “Developers”