Icons setup

How to find and change icons used in coachHint

  1. Find and click on Icon that you want to use

  2. On the right side of the site, scroll down until you can see "Icon name" (see screenshot below)

  3. Click Copy code next to Icon Name

  4. Inside config/config.lua find:

Config.DefaultIcons = {  
    coords = 'place',
    points = 'trending_up'
}
Icon Name section

You can also use custom Icon for ShowHintWithPoints()

Last updated